/[emacs]/emacs/lisp/vc-hooks.el
ViewVC logotype

Diff of /emacs/lisp/vc-hooks.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.146 by lektu, Thu Oct 17 15:46:06 2002 UTC revision 1.147 by lektu, Wed Feb 5 23:14:06 2003 UTC
# Line 38  Line 38 
38    
39  ;; Customization Variables (the rest is in vc.el)  ;; Customization Variables (the rest is in vc.el)
40    
41  (defvar vc-ignore-vc-files nil "Obsolete -- use `vc-handled-backends'.")  (defvar vc-ignore-vc-files nil)
42  (defvar vc-master-templates () "Obsolete -- use vc-BACKEND-master-templates.")  (make-obsolete-variable 'vc-ignore-vc-files 'vc-handled-backends)
43  (defvar vc-header-alist () "Obsolete -- use vc-BACKEND-header.")  (defvar vc-master-templates ())
44    (make-obsolete-variable 'vc-master-templates 'vc-BACKEND-master-templates)
45    (defvar vc-header-alist ())
46    (make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)
47    
48  (defcustom vc-handled-backends '(RCS CVS SCCS)  (defcustom vc-handled-backends '(RCS CVS SCCS)
49    "*List of version control backends for which VC will be used.    "*List of version control backends for which VC will be used.

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26