aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-12-07 14:35:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-12-07 14:35:00 +0000
commit3c42fe2cc29a102faddc818a74fac9dfe34bbeac (patch)
tree693ad5b37263b7924472c61e8ddbec72f8cb45c0 /emms-playlist-mode.el
parenta37a70fffeeb70f42964a3d24d508c32eee2ec0b (diff)
Fix various byte-compiler warnings throughout
darcs-hash:20061207143511-1bfb2-90e8bee5074d6ef5ca4c9998886d28eedf6df671.gz
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el3
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