diff options
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e6f6072c6a..417d3af3f85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> | 1 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * progmodes/cc-awk.el (defconst): Fix compilation error. | 3 | * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid |
| 4 | compilation error. | ||
| 4 | 5 | ||
| 5 | * subr.el (sit-for): New function. | 6 | * subr.el (sit-for): New function. |
| 6 | 7 | ||