Mercurial > emacs
changeset 74070:e3259d353397
(Fx_popup_menu): Initialize selection.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 19 Nov 2006 01:24:41 +0000 |
parents | 63bb14878bb5 |
children | ea7f3c26d52b |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Sat Nov 18 21:47:06 2006 +0000 +++ b/src/xmenu.c Sun Nov 19 01:24:41 2006 +0000 @@ -822,7 +822,7 @@ 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;