diff lisp/ChangeLog @ 71778:31adfc0704b6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 00:48:06 +0000
parents b320ad87ac92
children fb25a2f37f25
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 11 00:47:53 2006 +0000
+++ b/lisp/ChangeLog	Tue Jul 11 00:48:06 2006 +0000
@@ -1,7 +1,7 @@
 2006-07-11  Kim F. Storm  <storm@cua.dk>
 
 	* subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
-	Simplify by calling redisplay with non-nil arg if seconds < 0.
+	Remove special case for seconds < 0.  Use (redisplay t) instead.
 
 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>