1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(Fx_popup_menu): Initialize selection.

This commit is contained in:
Andreas Schwab 2006-11-19 01:24:41 +00:00
parent 1d5a4641f7
commit 9397721973

View file

@ -822,7 +822,7 @@ no quit occurs and `x-popup-menu' returns nil. */)
int xpos = 0, ypos = 0;
Lisp_Object title;
char *error_name = NULL;
Lisp_Object selection;
Lisp_Object selection = Qnil;
FRAME_PTR f = NULL;
Lisp_Object x, y, window;
int keymaps = 0;