comparison lisp/emacs-lisp/lisp-mode.el @ 14290:fc9c72889fec

(emacs-lisp-mode-map): Avoid duplicate in menu bindings.
author Karl Heuer <kwzh@gnu.org>
date Wed, 24 Jan 1996 23:28:37 +0000
parents 83f275dcd93a
children ea15aa9bae36
comparison
equal deleted inserted replaced
14289:5ef14e01a330 14290:fc9c72889fec
147 (cons "Emacs-Lisp" map)) 147 (cons "Emacs-Lisp" map))
148 (define-key map [edebug-defun] 148 (define-key map [edebug-defun]
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))
156 (define-key map [separator-eval] '("--")) 156 (define-key map [separator-eval] '("--"))
157 (define-key map [eval-buffer] '("Evaluate Buffer" . eval-current-buffer)) 157 (define-key map [eval-buffer] '("Evaluate Buffer" . eval-current-buffer))