diff options
| author | Karl Heuer | 1994-03-25 03:34:45 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-25 03:34:45 +0000 |
| commit | 121e45555c727682faf2b58ecdd0ab170f326df7 (patch) | |
| tree | f05af6b2d448f0dbc0f8921f2d92d3f8735eaf07 /src | |
| parent | ee829a877650ae3075d1de469cdc00503c5d340f (diff) | |
| download | emacs-121e45555c727682faf2b58ecdd0ab170f326df7.tar.gz emacs-121e45555c727682faf2b58ecdd0ab170f326df7.zip | |
(xmenu_show): Enable asynchronous events.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
| 2052 | } | 2052 | } |
| 2053 | if (ulx < 0) x -= ulx; | 2053 | if (ulx < 0) x -= ulx; |
| 2054 | if (uly < 0) y -= uly; | 2054 | if (uly < 0) y -= uly; |
| 2055 | 2055 | ||
| 2056 | XMenuSetAEQ (menu, TRUE); | ||
| 2056 | XMenuSetFreeze (menu, TRUE); | 2057 | XMenuSetFreeze (menu, TRUE); |
| 2057 | pane = selidx = 0; | 2058 | pane = selidx = 0; |
| 2058 | 2059 | ||