changeset 31291:f62423f3a3c4

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Wed, 30 Aug 2000 12:57:13 +0000
parents a7c6f2d2f74f
children b176433657cc
files lisp/ChangeLog nt/ChangeLog src/ChangeLog
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <andrewi@gnu.org>
+
+	* 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  <miles@gnu.org>
 
 	* 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:
--- 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:
--- 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: