aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-sort.el
diff options
context:
space:
mode:
authorforcer <forcer>2006-04-02 16:05:00 +0000
committerforcer <mwolson@gnu.org>2006-04-02 16:05:00 +0000
commit6c31e5abefd41045f9325827f6976d790f12fa82 (patch)
tree1d4633d2424528897c04ab062e088d43dd46c353 /emms-playlist-sort.el
parent872f8b1a4006a031149f3b38121a66d6397162a8 (diff)
emms-playlist-sort.el, quote FORM argument to eval-after-load
darcs-hash:20060402160555-2189f-b7becf7694117b1aacfcc1a40410e4087ca951e3.gz
Diffstat (limited to 'emms-playlist-sort.el')
-rw-r--r--emms-playlist-sort.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/emms-playlist-sort.el b/emms-playlist-sort.el
index ee3671a..8956623 100644
--- a/emms-playlist-sort.el
+++ b/emms-playlist-sort.el
@@ -82,10 +82,10 @@ You should set this variable before loading this file."
map))
(eval-after-load "emms-playlist-mode"
- (and (boundp 'emms-playlist-mode-map)
- (define-key emms-playlist-mode-map
- emms-playlist-sort-prefix
- emms-playlist-sort-map)))
+ '(and (boundp 'emms-playlist-mode-map)
+ (define-key emms-playlist-mode-map
+ emms-playlist-sort-prefix
+ emms-playlist-sort-map)))
(defun emms-playlist-sort (predicate)
"Sort the whole playlist buffer by PREDICATE."