1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

Mention `bad-packages-alist'.

This commit is contained in:
Glenn Morris 2007-08-14 07:47:12 +00:00
parent a2603048ce
commit b879e28128

View file

@ -28,7 +28,8 @@ any older versions of these packages to ensure that the Emacs 22
version is used. You can use M-x list-load-path-shadows to find such
older packages.
Some specific packages that are known to cause problems are:
Some specific packages that are known to cause problems are given
below. Emacs tries to warn you about these through `bad-packages-alist'.
** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version.
@ -40,6 +41,9 @@ Some specific packages that are known to cause problems are:
* Changes in Emacs 22.2
** `bad-packages-alist' will warn about external packages that are known
to cause problems in this version of Emacs.
** The values of `dired-recursive-deletes' and `dired-recursive-copies'
have been changed to `top'. This means that the user is asked once,
before deleting/copying the indicated directory recursively.