aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-show-all.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-show-all.el
parent1ba1707f398b541baee516a9314b1ae1cc2f5bae (diff)
Define all mode-maps with defvar instead of defconst
Diffstat (limited to 'lisp/emms-show-all.el')
-rw-r--r--lisp/emms-show-all.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-show-all.el b/lisp/emms-show-all.el
index 79af217..8613b68 100644
--- a/lisp/emms-show-all.el
+++ b/lisp/emms-show-all.el
@@ -45,7 +45,7 @@
"Major mode for `emms-show-all'
\\{emms-show-all-mode-map}")
-(defconst emms-show-all-mode-map
+(defvar emms-show-all-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map text-mode-map)
(define-key map (kbd "q") 'emms-show-all-mode-bury-buffer)