projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9793a46
)
* lisp/vc/vc-git.el: Avoid bootstrap errors since recent grep change.
author
Glenn Morris
<rgm@gnu.org>
Fri, 23 Feb 2018 01:47:26 +0000
(20:47 -0500)
committer
Glenn 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
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-git.el
b/lisp/vc/vc-git.el
index 163333af3ba69124545050cd7739f3b53d42fd97..5db02f4ce5442510c81bc116e9aef73d29b885c6 100644
(file)
--- a/
lisp/vc/vc-git.el
+++ b/
lisp/vc/vc-git.el
@@
-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."