From: Chong Yidong Date: Mon, 10 Jul 2006 18:55:01 +0000 (+0000) Subject: fix typo X-Git-Tag: emacs-pretest-22.0.90~1569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ee03a180c9e190bbaf79d3316307331fa43b5f7;p=emacs.git fix typo --- 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.