aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-base.el
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-08-27 22:24:17 +0300
committerAlex Kost <alezost@gmail.com>2015-08-30 18:26:01 +0300
commitcc77415053796b4bdfc67f9c35f1c674673ba90e (patch)
treed669bbb7179990485ee81b95a6a8eb53daef147c /emacs/guix-base.el
parent600233bdd2d52d8d8e2d7afc5628e5ac42d52c95 (diff)
downloadguix-cc77415053796b4bdfc67f9c35f1c674673ba90e.tar
guix-cc77415053796b4bdfc67f9c35f1c674673ba90e.tar.gz
emacs: Remove leftover internal variable.
This is a followup to commit 74cc67372ec3771b157c015da4ba7ed5d921799f. * emacs/guix-base.el (guix-define-buffer-type): Remove 'mode-map' variable.
Diffstat (limited to 'emacs/guix-base.el')
-rw-r--r--emacs/guix-base.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index fe89584f18..2212dd746f 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -392,7 +392,6 @@ following keywords are available:
(prefix (concat "guix-" entry-type-str "-" buf-type-str))
(group (intern prefix))
(mode-map-str (concat prefix "-mode-map"))
- (mode-map (intern mode-map-str))
(parent-mode (intern (concat "guix-" buf-type-str "-mode")))
(mode (intern (concat prefix "-mode")))
(mode-init-fun (intern (concat prefix "-mode-initialize")))