diff options
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 111352c7f8a..4ffb071272c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2804,7 +2804,7 @@ remapped command in the returned list. */) | |||
| 2804 | /* The keymaps in which to search. */ | 2804 | /* The keymaps in which to search. */ |
| 2805 | Lisp_Object keymaps; | 2805 | Lisp_Object keymaps; |
| 2806 | /* Potentially relevant bindings in "shortest to longest" order. */ | 2806 | /* Potentially relevant bindings in "shortest to longest" order. */ |
| 2807 | Lisp_Object sequences = Qnil, | 2807 | Lisp_Object sequences = Qnil; |
| 2808 | /* Actually relevant bindings. */ | 2808 | /* Actually relevant bindings. */ |
| 2809 | Lisp_Object found = Qnil; | 2809 | Lisp_Object found = Qnil; |
| 2810 | /* 1 means ignore all menu bindings entirely. */ | 2810 | /* 1 means ignore all menu bindings entirely. */ |