]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-lisp-mode-map): Avoid duplicate in menu bindings.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 Jan 1996 23:28:37 +0000 (23:28 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 Jan 1996 23:28:37 +0000 (23:28 +0000)
lisp/emacs-lisp/lisp-mode.el

index 8289f09fb3fef9cea7fb61e73fe79c0027065876..d7b28049d4f157a70370c353f34f86726ace4284 100644 (file)
@@ -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))