diff options
| author | Karl Heuer | 1996-01-24 23:28:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-24 23:28:37 +0000 |
| commit | 00e40cc96e417e99988d085f6d2c6b8030dfd042 (patch) | |
| tree | 033116097bc28c316507777ea6fe6199d891d04d | |
| parent | 2023b1c2e72f61dc3bad3cf6a188c4e045e3f993 (diff) | |
| download | emacs-00e40cc96e417e99988d085f6d2c6b8030dfd042.tar.gz emacs-00e40cc96e417e99988d085f6d2c6b8030dfd042.zip | |
(emacs-lisp-mode-map): Avoid duplicate in menu bindings.
| -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)) |