emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e4e89e2cb66: Add autoload cookie to vc-git-grep


From: Stefan Kangas
Subject: master e4e89e2cb66: Add autoload cookie to vc-git-grep
Date: Thu, 11 Jan 2024 16:17:51 -0500 (EST)

branch: master
commit e4e89e2cb663c730fd563d89228fe3a9a34e63e5
Author: Alyssa Ross <hi@alyssa.is>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add autoload cookie to vc-git-grep
    
    * lisp/vc/vc-git.el (vc-git-grep): Add autoload cookie.  (Bug#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 fed15ae2033..456417e566e 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]