mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Fix typo in previous change.
This commit is contained in:
parent
74a84de231
commit
bdf5c7d9ae
2
etc/NEWS
2
etc/NEWS
@ -322,7 +322,7 @@ checking/manipulating elements directly, use the new functions
|
|||||||
|
|
||||||
** shell.el no longer defines the aliases `dirtrack-toggle' and
|
** shell.el no longer defines the aliases `dirtrack-toggle' and
|
||||||
`dirtrack-mode' for `shell-dirtrack-mode'. These names were removed
|
`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.
|
`shell-dirtrack-mode' instead.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
2007-10-29 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
2007-10-28 Glenn Morris <rgm@gnu.org>
|
2007-10-28 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
|
* emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
|
||||||
@ -20,6 +22,8 @@
|
|||||||
Use byte-compile-warning-enabled-p.
|
Use byte-compile-warning-enabled-p.
|
||||||
* emacs-lisp/advice.el (ad-compile-function):
|
* emacs-lisp/advice.el (ad-compile-function):
|
||||||
Use byte-compile-disable-warning.
|
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
|
* emacs-lisp/cl-compat.el: Add a local variables section, and set
|
||||||
byte-compile-warnings to `(not cl-functions)'.
|
byte-compile-warnings to `(not cl-functions)'.
|
||||||
* emacs-lisp/cl-macs.el: Unify local variable section, and set
|
* emacs-lisp/cl-macs.el: Unify local variable section, and set
|
||||||
|
Loading…
Reference in New Issue
Block a user