Mercurial > emacs
diff src/ChangeLog @ 73318:e876a1f62fec
* dispnew.c (sit_for): Sit forever if TIMEOUT is t.
* keyboard.c (command_loop_1): Handle non-number values of
`minibuffer-message-timeout'.
(Fexecute_extended_command): Fix typo.
* minibuf.c (temp_echo_area_glyphs): Sit for
`minibuffer-message-timeout' seconds.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 10 Oct 2006 01:20:20 +0000 |
parents | 3dc812144482 |
children | 332f0639af48 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 10 00:33:16 2006 +0000 +++ b/src/ChangeLog Tue Oct 10 01:20:20 2006 +0000 @@ -1,5 +1,11 @@ 2006-10-09 Chong Yidong <cyd@stupidchicken.com> + * dispnew.c (sit_for): Sit forever if TIMEOUT is t. + + * keyboard.c (command_loop_1): Handle non-number values of + `minibuffer-message-timeout'. + (Fexecute_extended_command): Fix typo. + * minibuf.c (temp_echo_area_glyphs): Sit for `minibuffer-message-timeout' seconds.