(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.

This commit is contained in:
Richard M. Stallman 1996-02-12 20:56:46 +00:00
parent b4991b7612
commit 15f0cf7816

View file

@ -818,6 +818,11 @@ redisplay ()
if (noninteractive)
return;
#ifdef USE_X_TOOLKIT
if (popup_activated ())
return;
#endif
#ifdef MULTI_FRAME
if (FRAME_TERMCAP_P (selected_frame)
&& previous_terminal_frame != selected_frame)