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

index 163333af3ba69124545050cd7739f3b53d42fd97..5db02f4ce5442510c81bc116e9aef73d29b885c6 100644 (file)
 (eval-when-compile
   (require 'cl-lib)
   (require 'vc)
-  (require 'vc-dir)
-  (require 'grep))
+  (require 'vc-dir))
 
 (defgroup vc-git nil
   "VC Git backend."