diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f96a1862f93..3430c98d211 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -818,6 +818,11 @@ redisplay () | |||
| 818 | if (noninteractive) | 818 | if (noninteractive) |
| 819 | return; | 819 | return; |
| 820 | 820 | ||
| 821 | #ifdef USE_X_TOOLKIT | ||
| 822 | if (popup_activated ()) | ||
| 823 | return; | ||
| 824 | #endif | ||
| 825 | |||
| 821 | #ifdef MULTI_FRAME | 826 | #ifdef MULTI_FRAME |
| 822 | if (FRAME_TERMCAP_P (selected_frame) | 827 | if (FRAME_TERMCAP_P (selected_frame) |
| 823 | && previous_terminal_frame != selected_frame) | 828 | && previous_terminal_frame != selected_frame) |