diff options
author | Michael Olson <mwolson@gnu.org> | 2007-01-29 15:09:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-01-29 15:09:00 +0000 |
commit | 0a349ff083fd9d426a3bcfa1b23ceb5b66d40f0f (patch) | |
tree | 81af3a30aa6199175e21f5bac624b0b121a05e76 | |
parent | 58ee26a7819a800fc9fac3d768c79e678702dc46 (diff) |
emms-mark: Save the keymap properly
darcs-hash:20070129150940-1bfb2-b4756560bea0de1b19ce79f91895f1337b7eb92c.gz
-rw-r--r-- | emms-mark.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emms-mark.el b/emms-mark.el index 0bfb023..84d82d5 100644 --- a/emms-mark.el +++ b/emms-mark.el @@ -213,7 +213,8 @@ collect the result of FUNC." (define-key map "U" 'emms-mark-unmark-all) (define-key map "t" 'emms-mark-toggle) (define-key map "%m" 'emms-mark-regexp) - (define-key map "%u" 'emms-mark-unmark-regexp))) + (define-key map "%u" 'emms-mark-unmark-regexp) + map)) (defun emms-mark-mode () "An EMMS major mode that allows tracks to be marked like dired. |