1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Fix typo in previous change.

This commit is contained in:
Glenn Morris 2007-10-29 00:22:23 +00:00
parent 74a84de231
commit bdf5c7d9ae
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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