diff options
| author | Andreas Schwab | 2006-11-19 01:24:41 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-11-19 01:24:41 +0000 |
| commit | 9397721973fd1bf9dbf7e59a95f3faaa4cd31abc (patch) | |
| tree | 320be524a7811208f7c91f72aa1cd0eb409dd5a6 /src/xmenu.c | |
| parent | 1d5a4641f7fcbfa31b6bd869b4854e47f296db83 (diff) | |
| download | emacs-9397721973fd1bf9dbf7e59a95f3faaa4cd31abc.tar.gz emacs-9397721973fd1bf9dbf7e59a95f3faaa4cd31abc.zip | |
(Fx_popup_menu): Initialize selection.
Diffstat (limited to 'src/xmenu.c')
| -rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 037422abde1..80565f387b8 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -822,7 +822,7 @@ no quit occurs and `x-popup-menu' returns nil. */) | |||
| 822 | int xpos = 0, ypos = 0; | 822 | int xpos = 0, ypos = 0; |
| 823 | Lisp_Object title; | 823 | Lisp_Object title; |
| 824 | char *error_name = NULL; | 824 | char *error_name = NULL; |
| 825 | Lisp_Object selection; | 825 | Lisp_Object selection = Qnil; |
| 826 | FRAME_PTR f = NULL; | 826 | FRAME_PTR f = NULL; |
| 827 | Lisp_Object x, y, window; | 827 | Lisp_Object x, y, window; |
| 828 | int keymaps = 0; | 828 | int keymaps = 0; |