Remove menu name from emacs-lisp-mode-map (Bug#27114)
* 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.
This commit is contained in:
parent
3f391c89fd
commit
1c79d15863
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue