From: Kim F. Storm Date: Tue, 11 Jul 2006 20:10:34 +0000 (+0000) Subject: (temp_echo_area_glyphs): Update/simplify sit_for calls. X-Git-Tag: emacs-pretest-22.0.90~1540 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ca462f695b60384865a9458a7abe79098a0d679;p=emacs.git (temp_echo_area_glyphs): Update/simplify sit_for calls. --- diff --git a/src/minibuf.c b/src/minibuf.c index af8cfe33e37..9c56ea8618e 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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))