changeset 96260:d011b21b3f08

* vc-hg.el: * vc-git.el: Require vc-dir when compiling.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 25 Jun 2008 05:35:05 +0000
parents fe7ea9368e4c
children 953ad33d1db4
files lisp/ChangeLog lisp/vc-git.el lisp/vc-hg.el
diffstat 3 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 25 04:58:14 2008 +0000
+++ b/lisp/ChangeLog	Wed Jun 25 05:35:05 2008 +0000
@@ -4,6 +4,9 @@
 
 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* vc-hg.el:
+	* vc-git.el: Require vc-dir when compiling.
+
 	* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
 	vc-dir-marked-only-files.  Change the return value.
 	(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
--- a/lisp/vc-git.el	Wed Jun 25 04:58:14 2008 +0000
+++ b/lisp/vc-git.el	Wed Jun 25 05:35:05 2008 +0000
@@ -107,6 +107,7 @@
 (eval-when-compile
   (require 'cl)
   (require 'vc)
+  (require 'vc-dir)
   (require 'grep))
 
 (defvar git-commits-coding-system 'utf-8
--- a/lisp/vc-hg.el	Wed Jun 25 04:58:14 2008 +0000
+++ b/lisp/vc-hg.el	Wed Jun 25 05:35:05 2008 +0000
@@ -108,7 +108,8 @@
 
 (eval-when-compile
   (require 'cl)
-  (require 'vc))
+  (require 'vc)
+  (require 'vc-dir))
 
 ;;; Customization options