aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d784f77ff11..08a47cc4f80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-10-31 Masatake YAMATO <jet@gyve.org>
2
3 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4
12005-10-30 Chong Yidong <cyd@stupidchicken.com> 52005-10-30 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs. 7 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
diff --git a/lisp/vc.el b/lisp/vc.el
index eb27390cea4..5ad3186ea73 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -547,7 +547,7 @@ These are passed to the checkin program by \\[vc-register]."
547 :group 'vc 547 :group 'vc
548 :version "20.3") 548 :version "20.3")
549 549
550(defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn") 550(defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn" "{arch}")
551 "*List of directory names to be ignored when walking directory trees." 551 "*List of directory names to be ignored when walking directory trees."
552 :type '(repeat string) 552 :type '(repeat string)
553 :group 'vc) 553 :group 'vc)