changeset 13345:d2fd514cc0aa

(temp_echo_area_glyphs): Only delete the temporary message.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 19:38:38 +0000
parents 30e17254a280
children 620c6dc0329c
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Mon Oct 30 19:34:27 1995 +0000
+++ b/src/minibuf.c	Mon Oct 30 19:38:38 1995 +0000
@@ -1062,7 +1062,7 @@
   SET_PT (opoint);
   Vinhibit_quit = Qt;
   Fsit_for (make_number (2), Qnil, Qnil);
-  del_range (PT, ZV);
+  del_range (osize, ZV);
   SET_PT (opoint);
   if (!NILP (Vquit_flag))
     {