summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-12 16:37:03 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-12 16:37:03 +0000
commitc2a2858aecca5b9586876b6276516cc5523eaad5 (patch)
treeed16949c5f447ad846957ee2e7b3dcf49ce6b2e9
parent79140ef0097d3da9b1f57af514cd3dfe854b0f7d (diff)
downloademacs-c2a2858aecca5b9586876b6276516cc5523eaad5.tar.gz
emacs-c2a2858aecca5b9586876b6276516cc5523eaad5.tar.bz2
emacs-c2a2858aecca5b9586876b6276516cc5523eaad5.zip
(Fkey_binding): Declare accept_default.
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 5fbd5de3456..d1f0e8e579b 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -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;