diff options
| author | Richard M. Stallman | 1994-04-12 16:37:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-12 16:37:03 +0000 |
| commit | c2a2858aecca5b9586876b6276516cc5523eaad5 (patch) | |
| tree | ed16949c5f447ad846957ee2e7b3dcf49ce6b2e9 /src | |
| parent | 79140ef0097d3da9b1f57af514cd3dfe854b0f7d (diff) | |
| download | emacs-c2a2858aecca5b9586876b6276516cc5523eaad5.tar.gz emacs-c2a2858aecca5b9586876b6276516cc5523eaad5.zip | |
(Fkey_binding): Declare accept_default.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
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\ | |||
| 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; |