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
4bb6c266
Commit
4bb6c266
authored
Nov 29, 2007
by
Richard M. Stallman
Browse files
(Fcurrent_local_map): Doc fix.
parent
e829b12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keymap.c
src/keymap.c
+2
-1
No files found.
src/ChangeLog
View file @
4bb6c266
2007-11-29 Richard Stallman <rms@gnu.org>
* keymap.c (Fcurrent_local_map): Doc fix.
2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
* s/gnu-kfreebsd.h: New file.
...
...
src/keymap.c
View file @
4bb6c266
...
...
@@ -2014,7 +2014,8 @@ If KEYMAP is nil, that means no local keymap. */)
}
DEFUN ("current-local-map", Fcurrent_local_map, Scurrent_local_map, 0, 0, 0,
doc: /* Return current buffer's local keymap, or nil if it has none. */)
doc: /* Return current buffer's local keymap, or nil if it has none.
Normally the local keymap is set by the major mode with `use-local-map'. */)
()
{
return current_buffer->keymap;
...
...
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