* lisp/vc/vc-git.el: Avoid bootstrap errors since recent grep change.
commitea1604537ae7ea69c8e1bad9c63024d6727e33fd
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Feb 2018 01:47:26 +0000 (22 20:47 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Feb 2018 01:47:26 +0000 (22 20:47 -0500)
treed090a828c65f74f7cc2e4ec311ff51c030b092dd
parent9793a4616833a26157b4c60278ec17a9be233d8f
* 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.
lisp/vc/vc-git.el