diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e6f6072c6a..417d3af3f85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2006-07-10 Chong Yidong - * progmodes/cc-awk.el (defconst): Fix compilation error. + * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid + compilation error. * subr.el (sit-for): New function.