diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-01 08:09:02 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-01 08:09:02 +0000 |
commit | 9930c3c1881b4b840c0b5c5c47e609b37dbc5068 (patch) | |
tree | 32bf2d22ebab895eaf401cf98e992145688f7145 /lisp/simple.el | |
parent | 31cf791e20a025f5cde92a551b5751c972da451a (diff) | |
download | emacs-9930c3c1881b4b840c0b5c5c47e609b37dbc5068.tar.gz |
(bad-packages-alist): Add an entry for standalone vc-svn.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index e1cf249f01c..ebb200aa25d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5647,7 +5647,14 @@ so you can now enable CUA via the Options menu or by customizing `cua-mode'. You have loaded an older version of CUA-mode which does not work correctly with this version of Emacs. You should remove the old -version and use the one distributed with Emacs.")) +version and use the one distributed with Emacs.") + ;; vc-svn doesn't have a version variable (do we see the limitations + ;; of this approach now?), but the Emacs version uses `vc-svn-program', + ;; rather than `vc-svn-program-name', hence this hack should work. + (vc-svn-program-name t nil +"`vc-svn' is now part of the standard GNU Emacs distribution. +You have tried to load an older version which does not work as well with Emacs. +You should remove the old version and use the one distributed with Emacs.")) "Alist of packages known to cause problems in this version of Emacs. Each element has the form (PACKAGE SYMBOL REGEXP STRING). PACKAGE is either a regular expression to match file names, or a |