diff lisp/vc-hg.el @ 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 09da7727f35f
children 65532b2a1819
line wrap: on
line diff
--- 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