aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/keyboard.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cd1b74b75f1..27dbdd7cb11 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-09 Paul Eggert <eggert@cs.ucla.edu> 12011-04-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * keyboard.c (read_char): Remove unused var.
4
3 * eval.c: Port to Windows vsnprintf (Bug#8435). 5 * eval.c: Port to Windows vsnprintf (Bug#8435).
4 Include <limits.h>. 6 Include <limits.h>.
5 (SIZE_MAX): Define if the headers do not. 7 (SIZE_MAX): Define if the headers do not.
diff --git a/src/keyboard.c b/src/keyboard.c
index e9992ceb365..5df4f1b1ff4 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3090,7 +3090,6 @@ read_char (int commandflag, int nmaps, Lisp_Object *maps, Lisp_Object prev_event
3090 /* Process the help character specially if enabled */ 3090 /* Process the help character specially if enabled */
3091 if (!NILP (Vhelp_form) && help_char_p (c)) 3091 if (!NILP (Vhelp_form) && help_char_p (c))
3092 { 3092 {
3093 Lisp_Object tem0;
3094 int count = SPECPDL_INDEX (); 3093 int count = SPECPDL_INDEX ();
3095 3094
3096 help_form_saved_window_configs 3095 help_form_saved_window_configs