me
/
guix
Archived
1
0
Fork 0

emacs: Remove leftover internal variable.

This is a followup to commit 74cc67372e.

* emacs/guix-base.el (guix-define-buffer-type): Remove 'mode-map'
  variable.
master
Alex Kost 2015-08-27 22:24:17 +03:00
parent 600233bdd2
commit cc77415053
1 changed files with 0 additions and 1 deletions

View File

@ -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")))