Mercurial > emacs
diff lisp/ChangeLog @ 71766:99fd490e1f15
fix typo
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 10 Jul 2006 18:55:01 +0000 |
parents | 6aa63dccd38d |
children | b320ad87ac92 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 10 18:54:07 2006 +0000 +++ b/lisp/ChangeLog Mon Jul 10 18:55:01 2006 +0000 @@ -1,6 +1,7 @@ 2006-07-10 Chong Yidong <cyd@stupidchicken.com> - * 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.