mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* src/keyboard.c: Undo last change, meant for master only
This commit is contained in:
parent
fc5b8f1055
commit
eb335c97b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue