Mercurial > emacs
changeset 85735:cbb9de5e7290
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 29 Oct 2007 00:22:23 +0000 |
parents | eb2b4af209a7 |
children | e5bd859d65dd |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + 2007-10-28 Glenn Morris <rgm@gnu.org> * 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