(Fkey_binding): Declare accept_default.

This commit is contained in:
Richard M. Stallman 1994-04-12 16:37:03 +00:00
parent 79140ef009
commit c2a2858aec

View file

@ -871,7 +871,7 @@ usable as a general function for probing keymaps. However, if the\n\
optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\
recognize the default bindings, just as `read-key-sequence' does.")
(key, accept_default)
Lisp_Object key;
Lisp_Object key, accept_default;
{
Lisp_Object *maps, value;
int nmaps, i;