Mercurial > emacs
changeset 71805:47e18306c435
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 11 Jul 2006 22:55:29 +0000 |
parents | 1a7b37f82a06 |
children | 79ed8e1b0d19 |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 11 22:54:28 2006 +0000 +++ b/src/ChangeLog Tue Jul 11 22:55:29 2006 +0000 @@ -3,6 +3,7 @@ * dispnew.c (sit_for): Reduce number of args from 5 to 3. Now just one TIMEOUT arg that can be a Lisp float or Lisp int. Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY. + Signal error if TIMEOUT is not a number. Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0. The rework of sit_for args also fixes several incorrect Qt args which should have been 1.