aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 {