diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6a7d9dea03..821cf6357f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2006-07-11 Kim F. Storm <storm@cua.dk> | 1 | 2006-07-11 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. | 3 | * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. |
| 4 | Simplify by calling redisplay with non-nil arg if seconds < 0. | 4 | Remove special case for seconds < 0. Use (redisplay t) instead. |
| 5 | 5 | ||
| 6 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 7 | ||