mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
* keyboard.c (read_char): Mark local as initialized.
This commit is contained in:
parent
3ac946723d
commit
c8a06054fc
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
(decode_keyboard_code, tty_read_avail_input, menu_bar_items):
|
||||
(parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
|
||||
(Fread_key_sequence_vector): Rename locals to avoid shadowing.
|
||||
(read_key_sequence): Mark locals as initialized.
|
||||
(read_key_sequence, read_char): Mark locals as initialized.
|
||||
(Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
|
||||
|
||||
* keyboard.h (make_ctrl_char): New decl.
|
||||
|
|
|
|||
|
|
@ -2694,7 +2694,7 @@ read_char (int commandflag, int nmaps, Lisp_Object *maps, Lisp_Object prev_event
|
|||
|
||||
if (NILP (c))
|
||||
{
|
||||
KBOARD *kb;
|
||||
KBOARD *kb IF_LINT (= NULL);
|
||||
|
||||
if (end_time)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue