aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-mark.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-mark.el')
-rw-r--r--lisp/emms-mark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-mark.el b/lisp/emms-mark.el
index 696fe2d..de9d346 100644
--- a/lisp/emms-mark.el
+++ b/lisp/emms-mark.el
@@ -238,7 +238,7 @@ this function collects the result of FUNC."
;;}}}
;;{{{ mode stuff
-(defconst emms-mark-mode-map
+(defvar emms-mark-mode-map
(let ((map (make-sparse-keymap)))
(define-key map "W" 'emms-mark-copy-marked-tracks)
(define-key map "K" 'emms-mark-kill-marked-tracks)