From: Alyssa Ross Date: Thu, 9 Nov 2023 14:46:30 +0000 (+0100) Subject: Add autoload cookie to vc-git-grep X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4e89e2cb663c730fd563d89228fe3a9a34e63e5;p=emacs.git Add autoload cookie to vc-git-grep * lisp/vc/vc-git.el (vc-git-grep): Add autoload cookie. (Bug#67018) --- 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.