diff options
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r-- | emms-playlist-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 0562fee..c0e789f 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -500,8 +500,7 @@ WINDOW-WIDTH should be a positive integer." (defun emms-playlist-mode-next (arg) "Navigate between playlists." (interactive "p") - (let ((playlists (remove-if-not 'buffer-live-p - (emms-playlist-buffer-list))) + (let ((playlists (emms-playlist-buffer-list)) bufs idx) (if playlists ;; if not in playlist mode, switch to emms-playlist-buffer |