changeset 71766:99fd490e1f15

fix typo
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 10 Jul 2006 18:55:01 +0000
parents 6aa63dccd38d
children 03e054cead41
files lisp/ChangeLog
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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.