changeset 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 b3c36fd4d91a
children 7d0908cc3b03
files lisp/simple.el
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Nov 01 04:03:12 2007 +0000
+++ b/lisp/simple.el	Thu Nov 01 08:08:07 2007 +0000
@@ -5647,7 +5647,14 @@
 
 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