aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-13 12:03:00 +0000
committerforcer <mwolson@gnu.org>2005-09-13 12:03:00 +0000
commitb287337c453a019c686139a1b2a5aebf9a2d760d (patch)
tree08659683c81761e29b9600d0c6535ef05f11a96b
parent183d1e623555d579cd981e3a32cce0f2f8323643 (diff)
emms-shuffle-all: Depend on the value of current, not of emms-player-playing-p
darcs-hash:20050913120303-2189f-c735a8476728feac9349915a512e9de7356adb01.gz
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index b344dc7..ed38142 100644
--- a/emms.el
+++ b/emms.el
@@ -314,7 +314,7 @@ This is a suitable value for `emms-shuffle-function'."
(emms-playlist-kill-track))
(emms-playlist-shuffle (point-min)
(point-max))
- (if emms-player-playing-p
+ (if current
(progn
(goto-char (point-min))
(emms-playlist-insert-track current))