aboutsummaryrefslogtreecommitdiff
path: root/emms-history.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-history.el
parenta37a70fffeeb70f42964a3d24d508c32eee2ec0b (diff)
Fix various byte-compiler warnings throughout
darcs-hash:20061207143511-1bfb2-90e8bee5074d6ef5ca4c9998886d28eedf6df671.gz
Diffstat (limited to 'emms-history.el')
-rw-r--r--emms-history.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emms-history.el b/emms-history.el
index cd74681..42071b2 100644
--- a/emms-history.el
+++ b/emms-history.el
@@ -46,8 +46,7 @@
(let ((oldbuf emms-playlist-buffer)
emms-playlist-buffer playlists)
(save-excursion
- (dolist (buf (remove-if-not 'buffer-live-p
- (emms-playlist-buffer-list)))
+ (dolist (buf (emms-playlist-buffer-list))
(set-buffer buf)
(when (> (buffer-size) 0) ; make sure there is track in the buffer
(setq emms-playlist-buffer buf