1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(handle_tool_bar_click): Don't pass uninitialized

data to kbd_buffer_store_event.
This commit is contained in:
Stefan Monnier 2003-06-15 21:16:11 +00:00
parent f456401b96
commit d86705ece6

View File

@ -8737,6 +8737,7 @@ handle_tool_bar_click (f, x, y, down_p, modifiers)
{
Lisp_Object key, frame;
struct input_event event;
EVENT_INIT (event);
/* Show item in released state. */
show_mouse_face (dpyinfo, DRAW_IMAGE_RAISED);