changeset 14290:fc9c72889fec

(emacs-lisp-mode-map): Avoid duplicate in menu bindings.
author Karl Heuer <kwzh@gnu.org>
date Wed, 24 Jan 1996 23:28:37 +0000
parents 5ef14e01a330
children 3eb791861e23
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Wed Jan 24 23:27:59 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Wed Jan 24 23:28:37 1996 +0000
@@ -149,7 +149,7 @@
       '("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))