comparison src/keymap.c @ 6834:6a77fcbb5d44

(Fkey_binding): Declare accept_default.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 16:37:03 +0000
parents a29237d1fdca
children f34b91fa388c
comparison
equal deleted inserted replaced
6833:5a3216dd6b70 6834:6a77fcbb5d44
869 bindings, used when nothing else in the keymap applies; this makes it\n\ 869 bindings, used when nothing else in the keymap applies; this makes it\n\
870 usable as a general function for probing keymaps. However, if the\n\ 870 usable as a general function for probing keymaps. However, if the\n\
871 optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\ 871 optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\
872 recognize the default bindings, just as `read-key-sequence' does.") 872 recognize the default bindings, just as `read-key-sequence' does.")
873 (key, accept_default) 873 (key, accept_default)
874 Lisp_Object key; 874 Lisp_Object key, accept_default;
875 { 875 {
876 Lisp_Object *maps, value; 876 Lisp_Object *maps, value;
877 int nmaps, i; 877 int nmaps, i;
878 878
879 if (!NILP (Voverriding_local_map)) 879 if (!NILP (Voverriding_local_map))