mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
* keyboard.c (make_lispy_event): Remove unused local var.
This commit is contained in:
parent
018c5e19a5
commit
39261c266b
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user