]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkey_binding): Declare accept_default.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 16:37:03 +0000 (16:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 16:37:03 +0000 (16:37 +0000)
src/keymap.c

index 5fbd5de3456c54680455383daf4406a6e834f5a9..d1f0e8e579b87dac59f60b7db9a314975db20418 100644 (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;