diff options
| author | forcer <forcer> | 2005-09-13 12:03:00 +0000 |
|---|---|---|
| committer | forcer <mwolson@gnu.org> | 2005-09-13 12:03:00 +0000 |
| commit | b287337c453a019c686139a1b2a5aebf9a2d760d (patch) | |
| tree | 08659683c81761e29b9600d0c6535ef05f11a96b | |
| parent | 183d1e623555d579cd981e3a32cce0f2f8323643 (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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
