Mercurial > emacs
changeset 71797:c0e01e860d99
(temp_echo_area_glyphs): Update/simplify sit_for calls.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 11 Jul 2006 20:10:34 +0000 |
parents | d16f7a383190 |
children | c4b76264d4ec |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Tue Jul 11 20:09:59 2006 +0000 +++ b/src/minibuf.c Tue Jul 11 20:10:34 2006 +0000 @@ -2692,7 +2692,7 @@ 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))