aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-02-25 23:16:37 +0000
committerKarl Heuer <[email protected]>1998-02-25 23:16:37 +0000
commitbc69581bb2682a507919481f306653fdb9d107ec (patch)
tree9d895695a201e747d7ea3af50d44f5b360515c7b /src/minibuf.c
parent0471bec29964ba9a7cba3a7bd5766056aa66f395 (diff)
Reorder args of del_range_both.
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 e0bf54aaf3..3eb1adc2c7 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1977,7 +1977,7 @@ temp_echo_area_glyphs (m)
SET_PT_BOTH (opoint, opoint_byte);
Vinhibit_quit = Qt;
Fsit_for (make_number (2), Qnil, Qnil);
- del_range_both (osize, ZV, osize_byte, ZV_BYTE, 1);
+ del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
SET_PT_BOTH (opoint, opoint_byte);
if (!NILP (Vquit_flag))
{