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:
parent
9793a46168
commit
ea1604537a
1 changed files with 1 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue