1
0
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:
Paul Eggert 2011-04-09 12:12:39 -07:00
parent e5b28a7aef
commit 76032d70ca
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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