summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-26 21:13:19 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-26 21:13:19 +0000
commit46b657e232cab9945c4d779e5e08283737c99a44 (patch)
tree46dc7b11f062f762be9643ef2fe1ee0d2c5fab50 /src/xmenu.c
parentfadfaf55b955d8afa46077e3bce1ae54861a6149 (diff)
downloademacs-46b657e232cab9945c4d779e5e08283737c99a44.tar.gz
(Fx_popup_menu): Pass 1 for `insist' arg.
(Fx_popup_dialog): Likewise.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 5806a1c1173..02b66b1b85b 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -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);