aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 05edbb55ad0..5806a1c1173 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -726,7 +726,7 @@ cached information about equivalent key sequences.")
726 if (EQ (position, Qt)) 726 if (EQ (position, Qt))
727 { 727 {
728 /* Use the mouse's current position. */ 728 /* Use the mouse's current position. */
729 FRAME_PTR new_f = 0; 729 FRAME_PTR new_f = selected_frame;
730 Lisp_Object bar_window; 730 Lisp_Object bar_window;
731 int part; 731 int part;
732 unsigned long time; 732 unsigned long time;
@@ -916,7 +916,7 @@ on the left of the dialog box and all following items on the right.\n\
916 { 916 {
917#if 0 /* Using the frame the mouse is on may not be right. */ 917#if 0 /* Using the frame the mouse is on may not be right. */
918 /* Use the mouse's current position. */ 918 /* Use the mouse's current position. */
919 FRAME_PTR new_f = 0; 919 FRAME_PTR new_f = selected_frame;
920 Lisp_Object bar_window; 920 Lisp_Object bar_window;
921 int part; 921 int part;
922 unsigned long time; 922 unsigned long time;