1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/vc/vc-git.el: Avoid bootstrap errors since recent grep change.

The introduction of grep-find-hide-properties caused an
"invalid read syntax" failure when saving ja-dic.el,
when vc-git.el loaded grep.el.  Fortunately, vc-git doesn't
actually need to load grep when being compiled.
This commit is contained in:
Glenn Morris 2018-02-22 20:47:26 -05:00
parent 9793a46168
commit ea1604537a

View file

@ -102,8 +102,7 @@
(eval-when-compile
(require 'cl-lib)
(require 'vc)
(require 'vc-dir)
(require 'grep))
(require 'vc-dir))
(defgroup vc-git nil
"VC Git backend."