# HG changeset patch # User Karl Heuer # Date 822526117 0 # Node ID fc9c72889fec9bc18654ef1b69f1108958bb55e2 # Parent 5ef14e01a33056dc7a3f07dbdc84582dd4705762 (emacs-lisp-mode-map): Avoid duplicate in menu bindings. diff -r 5ef14e01a330 -r fc9c72889fec lisp/emacs-lisp/lisp-mode.el --- 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))