projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f391c8
)
Remove menu name from emacs-lisp-mode-map (Bug#27114)
author
Alex
<agrambot@gmail.com>
Wed, 9 Aug 2017 23:07:57 +0000
(17:07 -0600)
committer
Noam Postavsky
<npostavs@gmail.com>
Wed, 18 Jul 2018 01:40:59 +0000
(21:40 -0400)
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode-map): Don't give a
menu name to the top-level map, the menu name is only useful for the
menu-map.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 58a58b4639533dab75a30878e499cd3502625e82..f694252c4071e158187fef8ec03bd3287076a8e6 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-45,7
+45,7
@@
It has `lisp-mode-abbrev-table' as its parent."
"Syntax table used in `emacs-lisp-mode'.")
(defvar emacs-lisp-mode-map
- (let ((map (make-sparse-keymap
"Emacs-Lisp"
))
+ (let ((map (make-sparse-keymap))
(menu-map (make-sparse-keymap "Emacs-Lisp"))
(lint-map (make-sparse-keymap))
(prof-map (make-sparse-keymap))