Mercurial > emacs
changeset 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 | 1ef9d70dfb0f |
children | 66ed52b478d4 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Mon Nov 15 18:59:00 1999 +0000 +++ b/src/print.c Tue Nov 16 11:36:01 1999 +0000 @@ -248,7 +248,7 @@ 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 \