(emacs-lisp-mode-map): Avoid duplicate in menu bindings.

This commit is contained in:
Karl Heuer 1996-01-24 23:28:37 +00:00
parent 2023b1c2e7
commit 00e40cc96e

View 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))