diff options
-rw-r--r-- | emms-playlist-sort.el | 8 |
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." |