aboutsummaryrefslogtreecommitdiff
path: root/emms-history.el
diff options
context:
space:
mode:
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