** 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
+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'.
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