]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove menu name from emacs-lisp-mode-map (Bug#27114)
authorAlex <agrambot@gmail.com>
Wed, 9 Aug 2017 23:07:57 +0000 (17:07 -0600)
committerNoam 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

index 58a58b4639533dab75a30878e499cd3502625e82..f694252c4071e158187fef8ec03bd3287076a8e6 100644 (file)
@@ -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))