diff options
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; |