aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-20 15:06:00 +0000
committerforcer <mwolson@gnu.org>2005-09-20 15:06:00 +0000
commit8da8ace462c9a23d9d8dcde1f18e9a8eae6c1023 (patch)
tree692b5186248daf4e83bdf398847658518e725124 /emms.el
parent82bd4e9840db47910ed42534a775184026640399 (diff)
emms-random: Use `emms-playlist-current-select-random'.
darcs-hash:20050920150644-2189f-a968b0f1a76d015c6939bf0483c78d3d4e1aae30.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index 4bb77cb..c9d7364 100644
--- a/emms.el
+++ b/emms.el
@@ -270,7 +270,7 @@ This is a good function to put in `emms-player-finished-hook'."
(interactive)
(when emms-player-playing-p
(emms-stop))
- (emms-playlist-select-random)
+ (emms-playlist-current-select-random)
(emms-start))
(defun emms-pause ()