aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index b5abb194e1f..1630ac22a53 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2047,7 +2047,8 @@ If KEYMAP is nil, that means no local keymap. */)
2047} 2047}
2048 2048
2049DEFUN ("current-local-map", Fcurrent_local_map, Scurrent_local_map, 0, 0, 0, 2049DEFUN ("current-local-map", Fcurrent_local_map, Scurrent_local_map, 0, 0, 0,
2050 doc: /* Return current buffer's local keymap, or nil if it has none. */) 2050 doc: /* Return current buffer's local keymap, or nil if it has none.
2051Normally the local keymap is set by the major mode with `use-local-map'. */)
2051 () 2052 ()
2052{ 2053{
2053 return current_buffer->keymap; 2054 return current_buffer->keymap;