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.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sun, 30 Oct 2005 20:22:58 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.403 emacs/lisp/vc.el:1.404
*** emacs/lisp/vc.el:1.403      Sun Oct 30 10:39:55 2005
--- emacs/lisp/vc.el    Mon Oct 31 01:22:56 2005
***************
*** 547,553 ****
    :group 'vc
    :version "20.3")
  
! (defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn")
    "*List of directory names to be ignored when walking directory trees."
    :type '(repeat string)
    :group 'vc)
--- 547,553 ----
    :group 'vc
    :version "20.3")
  
! (defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn" 
"{arch}")
    "*List of directory names to be ignored when walking directory trees."
    :type '(repeat string)
    :group 'vc)




reply via email to

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