1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00
This commit is contained in:
Chong Yidong 2006-07-10 18:55:01 +00:00
parent d157aaaaf8
commit 5ee03a180c

View 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.