From: Kim F. Storm Date: Mon, 11 Sep 2006 22:21:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73313accc4ef30d09aa5250a2b4bf30d6c0a4ffa;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efff4c2d2d7..8faf19d0beb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,12 @@ +2006-09-12 Kim F. Storm + + * subr.el (sit-for): Rework to use input-pending-p and cond. + Return nil input is pending on entry also for SECONDS <= 0. + (while-no-input): Use input-pending-p instead of sit-for. + 2006-09-11 Richard Stallman - * simple.el (next-error-highlight, next-error-highlight-no-select): + * simple.el (next-error-highlight, next-error-highlight-no-select): Fix custom type and doc strings. 2006-09-11 Stefan Monnier