From 0d0e34df0d4161ab0bd45e503fd4b0816570725e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 Oct 1995 19:38:38 +0000 Subject: [PATCH] (temp_echo_area_glyphs): Only delete the temporary message. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.2