1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

Add Incompatible Lisp Changes section with shell.el dirtrack stuff.

This commit is contained in:
Glenn Morris 2008-01-10 04:05:45 +00:00
parent 0a9f2dcf33
commit 511e35591a

View File

@ -112,6 +112,13 @@ This can be used to add menu entries for backend specific functions.
*** VC has some support for Git.
* Incompatible Lisp Changes in Emacs 22.2
** shell.el no longer defines the aliases `dirtrack-toggle' and
`dirtrack-mode' for `shell-dirtrack-mode'. These names were removed
because they clash with commands provided by dirtrack.el. Use
`shell-dirtrack-mode' instead.
* Lisp Changes in Emacs 22.2.
** Frame-local variables are deprecated and are slated for removal.