diff src/emacs.c @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents a634e3b7acc8
children 6728e641994e
line wrap: on
line diff
--- a/src/emacs.c	Thu Apr 25 06:09:18 2002 +0000
+++ b/src/emacs.c	Thu Apr 25 18:04:24 2002 +0000
@@ -3045,7 +3045,7 @@
 {
   static int already_paused;
 
-  if (already_paused)
+  if (already_paused || !noninteractive)
     return;
   if (!allow_further)
     already_paused = 1;