comparison src/keymap.c @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents 1251cabc40b7 3386f3b8a58f
children 606f2d163a64
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
2045 2045
2046 return Qnil; 2046 return Qnil;
2047 } 2047 }
2048 2048
2049 DEFUN ("current-local-map", Fcurrent_local_map, Scurrent_local_map, 0, 0, 0, 2049 DEFUN ("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.
2051 Normally 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;
2054 } 2055 }
2055 2056