projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5b8f1
)
* src/keyboard.c: Undo last change, meant for master only
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 20 Nov 2017 17:45:20 +0000
(12:45 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 20 Nov 2017 17:45:20 +0000
(12:45 -0500)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index f32b1560133c901b6e08a298911b7adede1eae59..57757cf21123f5676d6eb1fbc1cd3bb9c1794736 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-8916,6
+8916,7
@@
read_key_sequence (Lisp_Object *keybuf, int bufsize, Lisp_Object prompt,
ptrdiff_t keys_start;
Lisp_Object current_binding = Qnil;
+ Lisp_Object first_event = Qnil;
/* Index of the first key that has no binding.
It is useless to try fkey.start larger than that. */
@@
-9025,7
+9026,6
@@
read_key_sequence (Lisp_Object *keybuf, int bufsize, Lisp_Object prompt,
starting_buffer = current_buffer;
first_unbound = bufsize + 1;
- Lisp_Object first_event = mock_input > 0 ? keybuf[0] : Qnil;
/* Build our list of keymaps.
If we recognize a function key and replace its escape sequence in