aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-git.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 163333af3ba..5db02f4ce54 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -102,8 +102,7 @@
102(eval-when-compile 102(eval-when-compile
103 (require 'cl-lib) 103 (require 'cl-lib)
104 (require 'vc) 104 (require 'vc)
105 (require 'vc-dir) 105 (require 'vc-dir))
106 (require 'grep))
107 106
108(defgroup vc-git nil 107(defgroup vc-git nil
109 "VC Git backend." 108 "VC Git backend."