From: Karl Heuer Date: Fri, 25 Mar 1994 03:34:45 +0000 (+0000) Subject: (xmenu_show): Enable asynchronous events. X-Git-Tag: emacs-19.34~9326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=121e45555c727682faf2b58ecdd0ab170f326df7;p=emacs.git (xmenu_show): Enable asynchronous events. --- diff --git a/src/xmenu.c b/src/xmenu.c index 11ea624660d..1d0a400c28c 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -2052,7 +2052,8 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) } if (ulx < 0) x -= ulx; if (uly < 0) y -= uly; - + + XMenuSetAEQ (menu, TRUE); XMenuSetFreeze (menu, TRUE); pane = selidx = 0;