# HG changeset patch # User Glenn Morris # Date 1193617343 0 # Node ID cbb9de5e7290f752b8e1f05b73668c3e9c2b1239 # Parent eb2b4af209a7748db1c5bfbfc2cf545ff1a8fb95 *** empty log message *** diff -r eb2b4af209a7 -r cbb9de5e7290 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 29 00:18:04 2007 +0000 +++ b/lisp/ChangeLog Mon Oct 29 00:22:23 2007 +0000 @@ -1,3 +1,5 @@ +2007-10-29 Glenn Morris + 2007-10-28 Glenn Morris * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'. @@ -20,6 +22,8 @@ Use byte-compile-warning-enabled-p. * emacs-lisp/advice.el (ad-compile-function): Use byte-compile-disable-warning. + * emacs-lisp/cl.el: Move local variables to end of file, and set + byte-compile-warnings to `(not cl-functions)'. * emacs-lisp/cl-compat.el: Add a local variables section, and set byte-compile-warnings to `(not cl-functions)'. * emacs-lisp/cl-macs.el: Unify local variable section, and set