]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 11 Sep 2006 22:21:42 +0000 (22:21 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 11 Sep 2006 22:21:42 +0000 (22:21 +0000)
lisp/ChangeLog

index efff4c2d2d78c9b6fcbc0feeed0c28b723593115..8faf19d0beb57c7998676bfbb679904d05b91229 100644 (file)
@@ -1,6 +1,12 @@
+2006-09-12  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <rms@gnu.org>
 
-       * 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  <monnier@iro.umontreal.ca>