mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 14:27:34 +00:00
(read_key_sequence): Change some locals to `int'.
This commit is contained in:
parent
5db0afb7fb
commit
3fdfceb3aa
1 changed files with 4 additions and 4 deletions
|
|
@ -5911,12 +5911,12 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
|
|||
/* Save the status of key translation before each step,
|
||||
so that we can restore this after downcasing. */
|
||||
Lisp_Object prev_fkey_map;
|
||||
Lisp_Object prev_fkey_start;
|
||||
Lisp_Object prev_fkey_end;
|
||||
int prev_fkey_start;
|
||||
int prev_fkey_end;
|
||||
|
||||
Lisp_Object prev_keytran_map;
|
||||
Lisp_Object prev_keytran_start;
|
||||
Lisp_Object prev_keytran_end;
|
||||
int prev_keytran_start;
|
||||
int prev_keytran_end;
|
||||
|
||||
int junk;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue