]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp_echo_area_glyphs): Update/simplify sit_for calls.
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:10:34 +0000 (20:10 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:10:34 +0000 (20:10 +0000)
src/minibuf.c

index af8cfe33e37ba2fb44b6128395cba04c0df0da1f..9c56ea8618ef52e774a1f5a4f6571a91e591b5c8 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;
-  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))