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:
parent
1d5a4641f7
commit
9397721973
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue