changeset 82049:323f551584a7

(vc-directory-exclusion-list): Use eval-after-load.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 23 Jul 2007 02:06:18 +0000
parents 264941b7ff14
children 6223a0f48040
files lisp/ChangeLog lisp/vc-git.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 23 02:01:13 2007 +0000
+++ b/lisp/ChangeLog	Mon Jul 23 02:06:18 2007 +0000
@@ -7,6 +7,7 @@
 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc-git.el: Update status.
+	(vc-directory-exclusion-list): Use eval-after-load.
 
 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
 
--- a/lisp/vc-git.el	Mon Jul 23 02:01:13 2007 +0000
+++ b/lisp/vc-git.el	Mon Jul 23 02:06:18 2007 +0000
@@ -114,7 +114,8 @@
 ;; XXX when this backend is considered sufficiently reliable this
 ;; should be moved to vc-hooks.el
 (add-to-list 'vc-handled-backends 'GIT)
-(add-to-list 'vc-directory-exclusion-list ".git" t)
+(eval-after-load "vc"
+  '(add-to-list 'vc-directory-exclusion-list ".bzr" t))
 
 ;;; BACKEND PROPERTIES