Mercurial > emacs
changeset 14559:de955910bcef
(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Feb 1996 20:56:46 +0000 |
parents | a1805a3ff5c6 |
children | b0df80fef82c |
files | src/xdisp.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Feb 12 20:55:56 1996 +0000 +++ b/src/xdisp.c Mon Feb 12 20:56:46 1996 +0000 @@ -818,6 +818,11 @@ 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)