From: Kim F. Storm Date: Mon, 11 Sep 2006 22:33:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cd4a6a1b9fb3887dae594e167936b6e7cff6405;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8faf19d0beb..e70988b6ffe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-09-12 Kim F. Storm + * simple.el (next-error-highlight, next-error-highlight-no-select): + Fix spelling error. + * 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.