(Fx_popup_menu): Pass 1 for `insist' arg.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:19 +0000 (21:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:19 +0000 (21:13 +0000)
(Fx_popup_dialog): Likewise.

src/xmenu.c

index 5806a1c..02b66b1 100644 (file)
@@ -732,7 +732,8 @@ cached information about equivalent key sequences.")
          unsigned long time;
 
          if (mouse_position_hook)
-           (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
+           (*mouse_position_hook) (&new_f, 1, &bar_window,
+                                   &part, &x, &y, &time);
          if (new_f != 0)
            XSETFRAME (window, new_f);
          else
@@ -922,7 +923,7 @@ on the left of the dialog box and all following items on the right.\n\
       unsigned long time;
       Lisp_Object x, y;
 
-      (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
+      (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
 
       if (new_f != 0)
        XSETFRAME (window, new_f);