diff options
| author | Gerd Moellmann | 2001-01-16 12:42:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-16 12:42:22 +0000 |
| commit | 3007ebfbc762b66111961bf04707e1f85efc2d00 (patch) | |
| tree | f151feca14f952cd2f2dcf5409cff8dd240ed1ea /src/vmsproc.c | |
| parent | 69d1478a7986a6c2b69e3e0dc1e23bbf871beb21 (diff) | |
| download | emacs-3007ebfbc762b66111961bf04707e1f85efc2d00.tar.gz emacs-3007ebfbc762b66111961bf04707e1f85efc2d00.zip | |
Call redisplay_preserve_echo_area with additional arg.
Diffstat (limited to 'src/vmsproc.c')
| -rw-r--r-- | src/vmsproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmsproc.c b/src/vmsproc.c index 15e2c9d5e61..d97396071b0 100644 --- a/src/vmsproc.c +++ b/src/vmsproc.c | |||
| @@ -608,7 +608,7 @@ if you quit, the process is killed.") | |||
| 608 | InsCStr (vs->inputBuffer, vs->iosb[1]); | 608 | InsCStr (vs->inputBuffer, vs->iosb[1]); |
| 609 | } | 609 | } |
| 610 | if (!NILP (display) && INTERACTIVE) | 610 | if (!NILP (display) && INTERACTIVE) |
| 611 | redisplay_preserve_echo_area (); | 611 | redisplay_preserve_echo_area (19); |
| 612 | immediate_quit = 1; | 612 | immediate_quit = 1; |
| 613 | QUIT; | 613 | QUIT; |
| 614 | if (!start_vms_process_read (vs)) | 614 | if (!start_vms_process_read (vs)) |