emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-hooks.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Fri, 04 Apr 2003 01:23:16 -0500

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.146 emacs/lisp/vc-hooks.el:1.147
*** emacs/lisp/vc-hooks.el:1.146        Thu Oct 17 11:46:06 2002
--- emacs/lisp/vc-hooks.el      Wed Feb  5 18:14:06 2003
***************
*** 5,11 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.146 2002/10/17 15:46:06 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.147 2003/02/05 23:14:06 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 38,46 ****
  
  ;; Customization Variables (the rest is in vc.el)
  
! (defvar vc-ignore-vc-files nil "Obsolete -- use `vc-handled-backends'.")
! (defvar vc-master-templates () "Obsolete -- use vc-BACKEND-master-templates.")
! (defvar vc-header-alist () "Obsolete -- use vc-BACKEND-header.")
  
  (defcustom vc-handled-backends '(RCS CVS SCCS)
    "*List of version control backends for which VC will be used.
--- 38,49 ----
  
  ;; Customization Variables (the rest is in vc.el)
  
! (defvar vc-ignore-vc-files nil)
! (make-obsolete-variable 'vc-ignore-vc-files 'vc-handled-backends)
! (defvar vc-master-templates ())
! (make-obsolete-variable 'vc-master-templates 'vc-BACKEND-master-templates)
! (defvar vc-header-alist ())
! (make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)
  
  (defcustom vc-handled-backends '(RCS CVS SCCS)
    "*List of version control backends for which VC will be used.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]