# HG changeset patch # User Andrew Innes # Date 967640233 0 # Node ID f62423f3a3c4d0c89549d2c30bde01a45bc95792 # Parent a7c6f2d2f74f6130c8c8c76f29b4cff189b4ce97 *** empty log message *** diff -r a7c6f2d2f74f -r f62423f3a3c4 lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 30 12:39:15 2000 +0000 +++ b/lisp/ChangeLog Wed Aug 30 12:57:13 2000 +0000 @@ -1,3 +1,9 @@ +2000-08-30 Andrew Innes + + * timer.el (run-with-idle-timer): Undo last change, so that timer + is not activated immediately if Emacs is already idle. Some + existing code relies on this behaviour. + 2000-08-30 Miles Bader * frame.el (set-frame-font): Do completion of font-name for @@ -6975,5 +6981,5 @@ See ChangeLog.8 for earlier changes. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: diff -r a7c6f2d2f74f -r f62423f3a3c4 nt/ChangeLog --- a/nt/ChangeLog Wed Aug 30 12:39:15 2000 +0000 +++ b/nt/ChangeLog Wed Aug 30 12:57:13 2000 +0000 @@ -582,5 +582,5 @@ * _emacs: New file. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: diff -r a7c6f2d2f74f -r f62423f3a3c4 src/ChangeLog --- a/src/ChangeLog Wed Aug 30 12:39:15 2000 +0000 +++ b/src/ChangeLog Wed Aug 30 12:57:13 2000 +0000 @@ -5969,5 +5969,5 @@ See ChangeLog.8 for earlier changes. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: iso-2022-7bit-unix ;; End: