From: Richard M. Stallman Date: Mon, 30 Oct 1995 19:38:38 +0000 (+0000) Subject: (temp_echo_area_glyphs): Only delete the temporary message. X-Git-Tag: emacs-19.34~2515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d0e34df0d4161ab0bd45e503fd4b0816570725e;p=emacs.git (temp_echo_area_glyphs): Only delete the temporary message. --- diff --git a/src/minibuf.c b/src/minibuf.c index 18a51c4c709..fa20bbca9c9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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)) {