branch: externals/urgrep
commit c38b33878fee35ef35e4dc5ff71c5454c1348f6c
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Autoloading 'urgrep-setup-hook' really shouldn't be necessary...
---
 urgrep.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 64d3680d9a..36b6ec8d04 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -92,7 +92,6 @@ respectively."
   "Face for context lines."
   :group 'urgrep)
 
-;;;###autoload
 (defcustom urgrep-setup-hook nil
   "List of hook functions run by `urgrep-process-setup' (see `run-hooks').
 The currently-used tool can be inspected from the hook via

Reply via email to