From bc7be1f4d0ea2cf0e67d2b805868df6652f2eeaa Mon Sep 17 00:00:00 2001 From: forcer Date: Sun, 11 Sep 2005 20:21:00 +0000 Subject: emms.el (emms-next-noerror): Always return non-nil when `emms-playlist-select-next' doesn't error out. darcs-hash:20050911202113-2189f-4e933a7bbe447057bdba8ce192ef841d5790fc4d.gz --- emms.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emms.el') diff --git a/emms.el b/emms.el index 3f93a23..7fd380c 100644 --- a/emms.el +++ b/emms.el @@ -208,7 +208,9 @@ This is a good function to put in `emms-player-finished-hook'." (cond (emms-repeat-track (emms-start)) ((condition-case nil - (emms-playlist-select-next) + (progn + (emms-playlist-select-next) + t) (t nil)) (emms-start)) (t -- cgit v1.2.3