diff options
| author | Stefan Monnier | 2017-11-20 12:45:20 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2017-11-20 12:45:20 -0500 |
| commit | eb335c97b23fb845de358d3392f03e5faa2b51b5 (patch) | |
| tree | ae8f611c24a3934f3d3b08da4ab90b824aeb55cf /src | |
| parent | fc5b8f105505b4f9bb32c5d84d685ab0bc991802 (diff) | |
| download | emacs-eb335c97b23fb845de358d3392f03e5faa2b51b5.tar.gz emacs-eb335c97b23fb845de358d3392f03e5faa2b51b5.zip | |
* src/keyboard.c: Undo last change, meant for master only
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index f32b1560133..57757cf2112 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8916,6 +8916,7 @@ read_key_sequence (Lisp_Object *keybuf, int bufsize, Lisp_Object prompt, | |||
| 8916 | ptrdiff_t keys_start; | 8916 | ptrdiff_t keys_start; |
| 8917 | 8917 | ||
| 8918 | Lisp_Object current_binding = Qnil; | 8918 | Lisp_Object current_binding = Qnil; |
| 8919 | Lisp_Object first_event = Qnil; | ||
| 8919 | 8920 | ||
| 8920 | /* Index of the first key that has no binding. | 8921 | /* Index of the first key that has no binding. |
| 8921 | It is useless to try fkey.start larger than that. */ | 8922 | 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, | |||
| 9025 | 9026 | ||
| 9026 | starting_buffer = current_buffer; | 9027 | starting_buffer = current_buffer; |
| 9027 | first_unbound = bufsize + 1; | 9028 | first_unbound = bufsize + 1; |
| 9028 | Lisp_Object first_event = mock_input > 0 ? keybuf[0] : Qnil; | ||
| 9029 | 9029 | ||
| 9030 | /* Build our list of keymaps. | 9030 | /* Build our list of keymaps. |
| 9031 | If we recognize a function key and replace its escape sequence in | 9031 | If we recognize a function key and replace its escape sequence in |