aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms.el')
-rw-r--r--lisp/emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms.el b/lisp/emms.el
index 81bd80c..d976017 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -501,7 +501,7 @@ See `emms-random-playlist'."
(if emms-random-playlist
(progn (setq emms-player-next-function 'emms-random)
(message "Will play the tracks randomly."))
- (setq emms-play-next-function 'emms-next-noerror)
+ (setq emms-player-next-function 'emms-next-noerror)
(message "Will play the tracks sequentially.")))
(defun emms-toggle-repeat-playlist ()