Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
191a057d
Commit
191a057d
authored
Mar 11, 2008
by
Dan Nicolaescu
Browse files
(lisp-interaction-mode-map): Fix typo.
parent
c523e161
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
191a057d
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.
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
191a057d
...
...
@@ -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"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment