mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
* keyboard.c (read_char): Remove unused var.
This commit is contained in:
parent
e5b28a7aef
commit
76032d70ca
@ -1,5 +1,7 @@
|
||||
2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* keyboard.c (read_char): Remove unused var.
|
||||
|
||||
* eval.c: Port to Windows vsnprintf (Bug#8435).
|
||||
Include <limits.h>.
|
||||
(SIZE_MAX): Define if the headers do not.
|
||||
|
@ -3090,7 +3090,6 @@ read_char (int commandflag, int nmaps, Lisp_Object *maps, Lisp_Object prev_event
|
||||
/* Process the help character specially if enabled */
|
||||
if (!NILP (Vhelp_form) && help_char_p (c))
|
||||
{
|
||||
Lisp_Object tem0;
|
||||
int count = SPECPDL_INDEX ();
|
||||
|
||||
help_form_saved_window_configs
|
||||
|
Loading…
Reference in New Issue
Block a user