aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-16 11:36:01 +0000
committerGerd Moellmann1999-11-16 11:36:01 +0000
commit5494b50f0cbf945f19e1c641e31458119344d189 (patch)
treee2ee534bd063db06f1407ad3663e37a29f6746a6 /src
parentda49057ce7949951fed8d81e91dcafe58e81c42a (diff)
downloademacs-5494b50f0cbf945f19e1c641e31458119344d189.tar.gz
emacs-5494b50f0cbf945f19e1c641e31458119344d189.zip
(PRINTPREPARE): Don't call setup_echo_area_for_printing
in noninteractive.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
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 ();
248 print_buffer_pos = 0; \ 248 print_buffer_pos = 0; \
249 print_buffer_pos_byte = 0; \ 249 print_buffer_pos_byte = 0; \
250 } \ 250 } \
251 if (EQ (printcharfun, Qt)) \ 251 if (EQ (printcharfun, Qt) && ! noninteractive) \
252 setup_echo_area_for_printing (multibyte); 252 setup_echo_area_for_printing (multibyte);
253 253
254#define PRINTFINISH \ 254#define PRINTFINISH \