aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-mark.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-12-29 22:04:34 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-12-29 22:06:59 +0100
commitf586070b598b1a19842212686e88df346f1ebc1f (patch)
tree8f5b4e9b02a9247d34cd9b9122adf7d5f8dbb643 /lisp/emms-mark.el
parent1ba1707f398b541baee516a9314b1ae1cc2f5bae (diff)
Define all mode-maps with defvar instead of defconst
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)