emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1c79d15: Remove menu name from emacs-lisp-mode-map


From: Noam Postavsky
Subject: [Emacs-diffs] master 1c79d15: Remove menu name from emacs-lisp-mode-map (Bug#27114)
Date: Tue, 17 Jul 2018 21:44:57 -0400 (EDT)

branch: master
commit 1c79d15863b768fe3156647a54d03a90688dd361
Author: Alex <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 lisp/progmodes/elisp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 58a58b4..f694252 100644
--- 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]