projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b28a7
)
* keyboard.c (read_char): Remove unused var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 9 Apr 2011 19:12:39 +0000
(12:12 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 9 Apr 2011 19:12:39 +0000
(12:12 -0700)
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index cd1b74b75f16ce08c856dd8040b8df6c4fa267f1..27dbdd7cb11348de150645fe3bb66b2d65ee9f73 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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.
diff --git
a/src/keyboard.c
b/src/keyboard.c
index e9992ceb36508671ef1f9e6ee40c217c17f19224..5df4f1b1ff4892230c8349ede68790b6e8dc8620 100644
(file)
--- 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
/* 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