1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(temp_echo_area_glyphs): Update/simplify sit_for calls.

This commit is contained in:
Kim F. Storm 2006-07-11 20:10:34 +00:00
parent ab9b1db594
commit 7ca462f695

View 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))