mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
(Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
This commit is contained in:
parent
8afcfab370
commit
dc92c039bc
@ -1286,8 +1286,10 @@ no quit occurs and `x-popup-menu' returns nil. */)
|
||||
unbind_to (specpdl_count, Qnil);
|
||||
|
||||
#ifdef HAVE_MENUS
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
/* Hide a previous tip, if any. */
|
||||
Fx_hide_tip ();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NTGUI /* FIXME: Is it really w32-specific? --Stef */
|
||||
/* If resources from a previous popup menu still exist, does nothing
|
||||
|
Loading…
Reference in New Issue
Block a user