aboutsummaryrefslogtreecommitdiff
path: root/emms-mark.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-mark.el')
-rw-r--r--emms-mark.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-mark.el b/emms-mark.el
index 9d71cef..1d59c5e 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -31,6 +31,7 @@
(provide 'emms-mark)
(require 'emms)
+(require 'emms-playlist-mode)
(eval-when-compile
(require 'cl))
@@ -66,8 +67,7 @@ description function.")
emms-track-description-function 'emms-mark-track-description)
(emms-with-inhibit-read-only-t
(save-excursion
- (dolist (buf (remove-if-not 'buffer-live-p
- (emms-playlist-buffer-list)))
+ (dolist (buf (emms-playlist-buffer-list))
(set-buffer buf)
(let ((tracks (nreverse
(emms-playlist-tracks-in-region (point-min)