# HG changeset patch # User Kim F. Storm # Date 1158013302 0 # Node ID 6399941618f67ad0f8bcf9d7f839b765dd7074c9 # Parent c9c2c8adcc166ac8f9d82a8469b0f552c05c494c *** empty log message *** diff -r c9c2c8adcc16 -r 6399941618f6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 11 19:05:46 2006 +0000 +++ b/lisp/ChangeLog Mon Sep 11 22:21:42 2006 +0000 @@ -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