aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-09-11 22:33:29 +0000
committerKim F. Storm2006-09-11 22:33:29 +0000
commit9cd4a6a1b9fb3887dae594e167936b6e7cff6405 (patch)
tree2c78ce48204bcc076c4533bccd2492c0961e74f5
parent790e0ef78e306edc0664b8fa5a584c62ec01b444 (diff)
downloademacs-9cd4a6a1b9fb3887dae594e167936b6e7cff6405.tar.gz
emacs-9cd4a6a1b9fb3887dae594e167936b6e7cff6405.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8faf19d0beb..e70988b6ffe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-09-12 Kim F. Storm <storm@cua.dk> 12006-09-12 Kim F. Storm <storm@cua.dk>
2 2
3 * simple.el (next-error-highlight, next-error-highlight-no-select):
4 Fix spelling error.
5
3 * subr.el (sit-for): Rework to use input-pending-p and cond. 6 * subr.el (sit-for): Rework to use input-pending-p and cond.
4 Return nil input is pending on entry also for SECONDS <= 0. 7 Return nil input is pending on entry also for SECONDS <= 0.
5 (while-no-input): Use input-pending-p instead of sit-for. 8 (while-no-input): Use input-pending-p instead of sit-for.