]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp_echo_area_glyphs): Only delete the temporary message.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 19:38:38 +0000 (19:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 19:38:38 +0000 (19:38 +0000)
src/minibuf.c

index 18a51c4c709fde13630e4925bb9fc8f9b2b2df5c..fa20bbca9c97032e6f1d9406aa9298206c0d63ea 100644 (file)
@@ -1062,7 +1062,7 @@ temp_echo_area_glyphs (m)
   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))
     {