aboutsummaryrefslogtreecommitdiff
path: root/emms-mark.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-mark.el
parenta37a70fffeeb70f42964a3d24d508c32eee2ec0b (diff)
Fix various byte-compiler warnings throughout
darcs-hash:20061207143511-1bfb2-90e8bee5074d6ef5ca4c9998886d28eedf6df671.gz
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)