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:
parent
ab9b1db594
commit
7ca462f695
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue