]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload cookie to vc-git-grep
authorAlyssa Ross <hi@alyssa.is>
Thu, 9 Nov 2023 14:46:30 +0000 (15:46 +0100)
committerStefan 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

index fed15ae203349dda251eb500f9e670cdb76ea374..456417e566e99c98aa3934cafc332b2019004c99 100644 (file)
@@ -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.