projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66069c
)
Add autoload cookie to vc-git-grep
author
Alyssa Ross
<hi@alyssa.is>
Thu, 9 Nov 2023 14:46:30 +0000
(15:46 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 11 Jan 2024 21:16:31 +0000
(22:16 +0100)
* lisp/vc/vc-git.el (vc-git-grep): Add autoload cookie. (Bug#67018)
lisp/vc/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-git.el
b/lisp/vc/vc-git.el
index fed15ae203349dda251eb500f9e670cdb76ea374..456417e566e99c98aa3934cafc332b2019004c99 100644
(file)
--- a/
lisp/vc/vc-git.el
+++ b/
lisp/vc/vc-git.el
@@
-1982,6
+1982,7
@@
This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"."
(defvar compilation-environment)
;; Derived from `lgrep'.
+;;;###autoload
(defun vc-git-grep (regexp &optional files dir)
"Run git grep, searching for REGEXP in FILES in directory DIR.
The search is limited to file names matching shell pattern FILES.