aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-30 19:38:38 +0000
committerRichard M. Stallman1995-10-30 19:38:38 +0000
commit0d0e34df0d4161ab0bd45e503fd4b0816570725e (patch)
tree2e36733285a4b077c6d8888f490fbed07a8329c9 /src
parent3a61aeb489c0cfa672f16ac9b7659a34354cabd4 (diff)
downloademacs-0d0e34df0d4161ab0bd45e503fd4b0816570725e.tar.gz
emacs-0d0e34df0d4161ab0bd45e503fd4b0816570725e.zip
(temp_echo_area_glyphs): Only delete the temporary message.
Diffstat (limited to 'src')
-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)
1062 SET_PT (opoint); 1062 SET_PT (opoint);
1063 Vinhibit_quit = Qt; 1063 Vinhibit_quit = Qt;
1064 Fsit_for (make_number (2), Qnil, Qnil); 1064 Fsit_for (make_number (2), Qnil, Qnil);
1065 del_range (PT, ZV); 1065 del_range (osize, ZV);
1066 SET_PT (opoint); 1066 SET_PT (opoint);
1067 if (!NILP (Vquit_flag)) 1067 if (!NILP (Vquit_flag))
1068 { 1068 {