summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-30 19:38:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-30 19:38:38 +0000
commite1c170daeb645f859d4db42181ff38bc4a2ba9d8 (patch)
treef753b8eaf6767dd658683f8be544fc965b893768 /src/minibuf.c
parent641392d945881530d79dca5c7cf276f56e5836e0 (diff)
downloademacs-e1c170daeb645f859d4db42181ff38bc4a2ba9d8.tar.gz
(temp_echo_area_glyphs): Only delete the temporary message.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
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))
{