diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 8289f09fb3f..d7b28049d4f 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -149,7 +149,7 @@ All commands in `shared-lisp-mode-map' are inherited by this map.") | |||
| 149 | '("Instrument Function for Debugging" . edebug-defun)) | 149 | '("Instrument Function for Debugging" . edebug-defun)) |
| 150 | (define-key map [byte-recompile] | 150 | (define-key map [byte-recompile] |
| 151 | '("Byte-recompile Directory..." . byte-recompile-directory)) | 151 | '("Byte-recompile Directory..." . byte-recompile-directory)) |
| 152 | (define-key map [byte-compile] | 152 | (define-key map [emacs-byte-compile-and-load] |
| 153 | '("Byte-compile And Load" . emacs-lisp-compile-and-load)) | 153 | '("Byte-compile And Load" . emacs-lisp-compile-and-load)) |
| 154 | (define-key map [byte-compile] | 154 | (define-key map [byte-compile] |
| 155 | '("Byte-compile This File" . emacs-lisp-byte-compile)) | 155 | '("Byte-compile This File" . emacs-lisp-byte-compile)) |