]> code.delx.au - gnu-emacs/commitdiff
Fix typo in previous change.
authorGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2007 00:22:23 +0000 (00:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2007 00:22:23 +0000 (00:22 +0000)
etc/NEWS
lisp/ChangeLog

index ae97bb27412c179c0c007afaf0589d0f0fb98640..f65170003d0b9a6257ded3e06face31b8dfa2cd0 100644 (file)
--- 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.
 
 \f
index 3c6312a1e9c786ae27bd4402d17a10d84d8acff0..0bfcdd96d734cbdac8dde2a2ae3f3380f2b6d0d7 100644 (file)
@@ -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