From 6c31e5abefd41045f9325827f6976d790f12fa82 Mon Sep 17 00:00:00 2001 From: forcer Date: Sun, 2 Apr 2006 16:05:00 +0000 Subject: emms-playlist-sort.el, quote FORM argument to eval-after-load darcs-hash:20060402160555-2189f-b7becf7694117b1aacfcc1a40410e4087ca951e3.gz --- emms-playlist-sort.el | 8 ++++---- 1 file 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." -- cgit v1.2.3