diff options
| author | Kim F. Storm | 2006-07-11 00:15:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-11 00:15:23 +0000 |
| commit | d81b041a220f14480725187d00d8761a515f619c (patch) | |
| tree | 870a20bd4cd4cb4e81cf62e166e8bd56f191fa03 | |
| parent | a5c2c707c665c02ff70740f5df3562211cb1248a (diff) | |
| download | emacs-d81b041a220f14480725187d00d8761a515f619c.tar.gz emacs-d81b041a220f14480725187d00d8761a515f619c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 417d3af3f85..d6a7d9dea03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-11 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 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. | ||
| 5 | |||
| 1 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid | 8 | * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid |