]> code.delx.au - gnu-emacs/blobdiff - src/minibuf.c
* puresize.h (BASE_PURESIZE): Increment to 1211000.
[gnu-emacs] / src / minibuf.c
index 86d24e6647c29eb92d9aefcd216a77ff6d774503..af8cfe33e37ba2fb44b6128395cba04c0df0da1f 100644 (file)
@@ -2692,7 +2692,7 @@ temp_echo_area_glyphs (string)
   insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0);
   SET_PT_BOTH (opoint, opoint_byte);
   Vinhibit_quit = Qt;
-  Fsit_for (make_number (2), Qnil, Qnil);
+  sit_for (2, 0, 0, Qt, Qt);
   del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
   SET_PT_BOTH (opoint, opoint_byte);
   if (!NILP (Vquit_flag))