unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#67018: [PATCH] Add autoload cookie to vc-git-grep
@ 2023-11-09 14:46 Alyssa Ross
  2023-11-09 14:59 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Alyssa Ross @ 2023-11-09 14:46 UTC (permalink / raw)
  To: 67018

---
 lisp/vc/vc-git.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 707fc7cfc07..fe48d5fbd3d 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1930,6 +1930,7 @@ vc-git-prepare-patch
 (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.

base-commit: 5d171d26c00aefaef1496dede69337946a1edb14
-- 
2.42.0






^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-11 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 14:46 bug#67018: [PATCH] Add autoload cookie to vc-git-grep Alyssa Ross
2023-11-09 14:59 ` Eli Zaretskii
2023-11-09 15:05   ` Alyssa Ross
2023-11-09 15:13     ` Eli Zaretskii
2023-11-09 19:34       ` Dmitry Gutov
2023-12-24 14:47         ` Stefan Kangas
2023-12-24 16:37           ` Dmitry Gutov
2024-01-11 21:17             ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).