From: Gerd Moellmann Date: Tue, 16 Nov 1999 11:36:01 +0000 (+0000) Subject: (PRINTPREPARE): Don't call setup_echo_area_for_printing X-Git-Tag: emacs-pretest-21.0.90~6089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5494b50f0cbf945f19e1c641e31458119344d189;p=emacs.git (PRINTPREPARE): Don't call setup_echo_area_for_printing in noninteractive. --- diff --git a/src/print.c b/src/print.c index 46943bcb361..32ee03050b3 100644 --- a/src/print.c +++ b/src/print.c @@ -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 \