diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
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 \ |