# HG changeset patch # User Richard M. Stallman # Date 815081918 0 # Node ID d2fd514cc0aa4509d1e3128a007d11efe891b1c9 # Parent 30e17254a280145a69b1fabcb801e0637190363d (temp_echo_area_glyphs): Only delete the temporary message. diff -r 30e17254a280 -r d2fd514cc0aa src/minibuf.c --- 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)) {