diff options
| author | Paul Eggert | 2011-04-09 12:12:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-09 12:12:39 -0700 |
| commit | 76032d70ca341d94996b968a3e1b522b3070196c (patch) | |
| tree | aed626d6dcf841ac934e4afdc173f950d807c92f /src | |
| parent | e5b28a7aef4446e07fa6a74df1254caec5add54e (diff) | |
| download | emacs-76032d70ca341d94996b968a3e1b522b3070196c.tar.gz emacs-76032d70ca341d94996b968a3e1b522b3070196c.zip | |
* keyboard.c (read_char): Remove unused var.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 1 |
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 @@ | |||
| 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 |