(PRINTPREPARE): Don't call setup_echo_area_for_printing
authorGerd Moellmann <gerd@gnu.org>
Tue, 16 Nov 1999 11:36:01 +0000 (11:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 16 Nov 1999 11:36:01 +0000 (11:36 +0000)
in noninteractive.

src/print.c

index 46943bc..32ee030 100644 (file)
@@ -248,7 +248,7 @@ void print_interval ();
        print_buffer_pos = 0;                                           \
        print_buffer_pos_byte = 0;                                      \
      }                                                                 \
-   if (EQ (printcharfun, Qt))                                          \
+   if (EQ (printcharfun, Qt) && ! noninteractive)                      \
      setup_echo_area_for_printing (multibyte);
 
 #define PRINTFINISH                                                    \