aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-11 20:21:00 +0000
committerforcer <mwolson@gnu.org>2005-09-11 20:21:00 +0000
commitbc7be1f4d0ea2cf0e67d2b805868df6652f2eeaa (patch)
tree2b531456726b395445ad0d823567488f98b574bd /emms.el
parent3a573a243b134f7e4244f87cdf53c3538265e15f (diff)
emms.el (emms-next-noerror): Always return non-nil when
`emms-playlist-select-next' doesn't error out. darcs-hash:20050911202113-2189f-4e933a7bbe447057bdba8ce192ef841d5790fc4d.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el4
1 files changed, 3 insertions, 1 deletions
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