comparison lisp/simple.el @ 79310:8c54d4a5d25a

(bad-packages-alist): Add an entry for standalone vc-svn.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Nov 2007 08:08:07 +0000
parents a28250ba40a4
children 660c02754a71
comparison
equal deleted inserted replaced
79309:b3c36fd4d91a 79310:8c54d4a5d25a
5645 "CUA-mode is now part of the standard GNU Emacs distribution, 5645 "CUA-mode is now part of the standard GNU Emacs distribution,
5646 so you can now enable CUA via the Options menu or by customizing `cua-mode'. 5646 so you can now enable CUA via the Options menu or by customizing `cua-mode'.
5647 5647
5648 You have loaded an older version of CUA-mode which does not work 5648 You have loaded an older version of CUA-mode which does not work
5649 correctly with this version of Emacs. You should remove the old 5649 correctly with this version of Emacs. You should remove the old
5650 version and use the one distributed with Emacs.")) 5650 version and use the one distributed with Emacs.")
5651 ;; vc-svn doesn't have a version variable (do we see the limitations
5652 ;; of this approach now?), but the Emacs version uses `vc-svn-program',
5653 ;; rather than `vc-svn-program-name', hence this hack should work.
5654 (vc-svn-program-name t nil
5655 "`vc-svn' is now part of the standard GNU Emacs distribution.
5656 You have tried to load an older version which does not work as well with Emacs.
5657 You should remove the old version and use the one distributed with Emacs."))
5651 "Alist of packages known to cause problems in this version of Emacs. 5658 "Alist of packages known to cause problems in this version of Emacs.
5652 Each element has the form (PACKAGE SYMBOL REGEXP STRING). 5659 Each element has the form (PACKAGE SYMBOL REGEXP STRING).
5653 PACKAGE is either a regular expression to match file names, or a 5660 PACKAGE is either a regular expression to match file names, or a
5654 symbol (a feature name); see the documentation of 5661 symbol (a feature name); see the documentation of
5655 `after-load-alist', to which this variable adds functions. 5662 `after-load-alist', to which this variable adds functions.