]> git.eshelyaron.com Git - emacs.git/commitdiff
fix typo
authorChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)
lisp/ChangeLog

index 5e6f6072c6a5b448bb58caec2fb6f22b90e054c3..417d3af3f851fa116c9820177660648e9e87d815 100644 (file)
@@ -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.