mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(lisp-interaction-mode-map): Fix typo.
This commit is contained in:
parent
c523e161a2
commit
191a057dc0
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
|
||||
|
||||
2008-03-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* faces.el (mode-line-emphasis): New face.
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ if that value is non-nil."
|
|||
(define-key menu-map [eval-print-last-sexp]
|
||||
'(menu-item "Evaluate and print" eval-print-last-sexp
|
||||
:help "Evaluate sexp before point; print value into current buffer"))
|
||||
(define-key map [edebug-defun-lisp-interaction]
|
||||
(define-key menu-map [edebug-defun-lisp-interaction]
|
||||
'(menu-item "Instrument Function for Debugging" edebug-defun
|
||||
:help "Evaluate the top level form point is in, stepping through with Edebug"
|
||||
:keys "C-u C-M-x"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue