1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-09-11 22:21:42 +00:00
parent 6d3c944b15
commit 73313accc4

View 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>