(emacs-lisp-mode-map): Avoid duplicate in menu bindings.
This commit is contained in:
parent
2023b1c2e7
commit
00e40cc96e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue