projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018c5e1
)
* keyboard.c (make_lispy_event): Remove unused local var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Apr 2011 08:37:21 +0000
(
01:37
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Apr 2011 08:37:21 +0000
(
01:37
-0700)
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 6cf4b23dd871df8759c0ed1821231d027bfe6f94..9c9e9218b6aa20383f48209e9ca79b9629ddaf4a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
+ * keyboard.c (make_lispy_event): Remove unused local var.
+
* frame.c, frame.h (x_get_resource_string): Bring this back, but
only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
diff --git
a/src/keyboard.c
b/src/keyboard.c
index c0c53c82714bb03badf5c055a8608735dcc29f7e..b2efadc851043725372747f470c03ad47e6ee6fa 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5455,7
+5455,6
@@
make_lispy_event (struct input_event *event)
&& (event->modifiers & down_modifier))
{
Lisp_Object items, item;
- int i;
/* Find the menu bar item under `column'. */
item = Qnil;