From b287337c453a019c686139a1b2a5aebf9a2d760d Mon Sep 17 00:00:00 2001 From: forcer Date: Tue, 13 Sep 2005 12:03:00 +0000 Subject: emms-shuffle-all: Depend on the value of current, not of emms-player-playing-p darcs-hash:20050913120303-2189f-c735a8476728feac9349915a512e9de7356adb01.gz --- emms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3