From: Chong Yidong Date: Mon, 10 Jul 2006 18:54:07 +0000 (+0000) Subject: * progmodes/cc-awk.el (defconst): Fix compilation error. X-Git-Tag: emacs-pretest-22.0.90~1570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d157aaaaf8e09825050c1f6bc47bc4800b175b42;p=emacs.git * progmodes/cc-awk.el (defconst): Fix compilation error. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec13ee51487..5e6f6072c6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-07-10 Chong Yidong + * progmodes/cc-awk.el (defconst): Fix compilation error. + * subr.el (sit-for): New function. * play/hanoi.el (hanoi-sit-for): Check sit-for return value.