summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2003-08-23 10:06:29 +0000
committerAndré Spiegel <spiegel@gnu.org>2003-08-23 10:06:29 +0000
commit623ad9fc24638a0db2c772ce4e6b25f3b5c5cfe1 (patch)
tree260597a9f5b952845fd137a99347884093daa6d8 /lisp/vc-hooks.el
parentbda278c9d930c3e546882497c77517cc4cef4640 (diff)
downloademacs-623ad9fc24638a0db2c772ce4e6b25f3b5c5cfe1.tar.gz
(vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
what to use instead.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el12
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 708bb5b17e4..612d3747c9e 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -6,7 +6,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-hooks.el,v 1.155 2003/07/26 15:54:53 rost Exp $
+;; $Id: vc-hooks.el,v 1.156 2003/07/26 16:07:25 rost Exp $
;; This file is part of GNU Emacs.
@@ -40,9 +40,15 @@
;; Customization Variables (the rest is in vc.el)
(defvar vc-ignore-vc-files nil)
-(make-obsolete-variable 'vc-ignore-vc-files 'vc-handled-backends)
+(make-obsolete-variable 'vc-ignore-vc-files
+ "set vc-handled-backends to nil to disable VC.")
+
(defvar vc-master-templates ())
-(make-obsolete-variable 'vc-master-templates 'vc-BACKEND-master-templates)
+(make-obsolete-variable 'vc-master-templates
+ "to define master templates for a given BACKEND, use
+vc-BACKEND-master-templates. To enable or disable VC for a given
+BACKEND, use vc-handled-backends.")
+
(defvar vc-header-alist ())
(make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)