From: Glenn Morris Date: Mon, 29 Oct 2007 00:22:23 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-pretest-23.0.90~10007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdf5c7d9aea5479ad897871c20c0b1350151085d;p=emacs.git Fix typo in previous change. --- diff --git a/etc/NEWS b/etc/NEWS index ae97bb27412..f65170003d0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -322,7 +322,7 @@ checking/manipulating elements directly, use the new functions ** shell.el no longer defines the aliases `dirtrack-toggle' and `dirtrack-mode' for `shell-dirtrack-mode'. These names were removed -because they clash with command provided by dirtrack.el. Use +because they clash with commands provided by dirtrack.el. Use `shell-dirtrack-mode' instead. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c6312a1e9c..0bfcdd96d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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