From 00e40cc96e417e99988d085f6d2c6b8030dfd042 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 24 Jan 1996 23:28:37 +0000 Subject: [PATCH] (emacs-lisp-mode-map): Avoid duplicate in menu bindings. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 8289f09fb3f..d7b28049d4f 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -149,7 +149,7 @@ All commands in `shared-lisp-mode-map' are inherited by this map.") '("Instrument Function for Debugging" . edebug-defun)) (define-key map [byte-recompile] '("Byte-recompile Directory..." . byte-recompile-directory)) - (define-key map [byte-compile] + (define-key map [emacs-byte-compile-and-load] '("Byte-compile And Load" . emacs-lisp-compile-and-load)) (define-key map [byte-compile] '("Byte-compile This File" . emacs-lisp-byte-compile)) -- 2.39.2