aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-12 16:37:03 +0000
committerRichard M. Stallman1994-04-12 16:37:03 +0000
commitc2a2858aecca5b9586876b6276516cc5523eaad5 (patch)
treeed16949c5f447ad846957ee2e7b3dcf49ce6b2e9 /src
parent79140ef0097d3da9b1f57af514cd3dfe854b0f7d (diff)
downloademacs-c2a2858aecca5b9586876b6276516cc5523eaad5.tar.gz
emacs-c2a2858aecca5b9586876b6276516cc5523eaad5.zip
(Fkey_binding): Declare accept_default.
Diffstat (limited to 'src')
-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\
871optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\ 871optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\
872recognize the default bindings, just as `read-key-sequence' does.") 872recognize 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;