diff src/minibuf.c @ 71797:c0e01e860d99

(temp_echo_area_glyphs): Update/simplify sit_for calls.
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 20:10:34 +0000
parents 1055c0769159
children 18e29ef6d5d7 b19aaf4ab0ee 8a8e69664178
line wrap: on
line diff
--- a/src/minibuf.c	Tue Jul 11 20:09:59 2006 +0000
+++ b/src/minibuf.c	Tue Jul 11 20:10:34 2006 +0000
@@ -2692,7 +2692,7 @@
   insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0);
   SET_PT_BOTH (opoint, opoint_byte);
   Vinhibit_quit = Qt;
-  sit_for (2, 0, 0, Qt, Qt);
+  sit_for (make_number (2), 0, 2);
   del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
   SET_PT_BOTH (opoint, opoint_byte);
   if (!NILP (Vquit_flag))