comparison src/print.c @ 26460:ea7e77758acd

(PRINTPREPARE): Don't call setup_echo_area_for_printing in noninteractive.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Nov 1999 11:36:01 +0000
parents c3c9cc1c2379
children b633c8e0fee1
comparison
equal deleted inserted replaced
26459:1ef9d70dfb0f 26460:ea7e77758acd
246 free_print_buffer = 1; \ 246 free_print_buffer = 1; \
247 } \ 247 } \
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 \
255 if (NILP (printcharfun)) \ 255 if (NILP (printcharfun)) \
256 { \ 256 { \