aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-playlist-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-playlist-mode.el')
-rw-r--r--lisp/emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el
index b042ab8..3d65914 100644
--- a/lisp/emms-playlist-mode.el
+++ b/lisp/emms-playlist-mode.el
@@ -112,7 +112,7 @@ This is true for every invocation of `emms-playlist-mode-go'."
;;; Keys
;;; --------------------------------------------------------
-(defconst emms-playlist-mode-map
+(defvar emms-playlist-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map text-mode-map)
(define-key map (kbd "C-x C-s") 'emms-playlist-save)