]> git.eshelyaron.com Git - emacs.git/commitdiff
(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Feb 1996 20:56:46 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Feb 1996 20:56:46 +0000 (20:56 +0000)
src/xdisp.c

index f96a1862f93519131e07657db9c09e630c1f5a8f..3430c98d2116f91ee5ef5404115c6812f7540532 100644 (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)