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
0bf12140
Commit
0bf12140
authored
Mar 27, 2008
by
Dan Nicolaescu
Browse files
(emacs-lisp-mode-map): Fix predicate.
parent
2806a183
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 @
0bf12140
2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-before-save): Don't prevent saving the file.
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
0bf12140
...
...
@@ -281,7 +281,7 @@
(
define-key
map
[menu-bar
emacs-lisp]
(
cons
"Emacs-Lisp"
menu-map
))
(
define-key
menu-map
[eldoc]
'
(
menu-item
"Auto-Display Documentation Strings"
eldoc-mode
:button
(
:toggle
.
eldoc-mode
)
:button
(
:toggle
.
(
bound-and-true-p
eldoc-mode
)
)
:help
"Display the documentation string for the item under cursor"
))
(
define-key
menu-map
[checkdoc]
'
(
menu-item
"Check Documentation Strings"
checkdoc
...
...
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