From a563bc36dc8ad1e8bdac310690f8f4ca4ec8334e Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 14 Sep 2022 23:49:12 +0300 Subject: [PATCH] FIXED: package-lint complaint about autoloaded private function --- sweep.el | 1 - 1 file changed, 1 deletion(-) diff --git a/sweep.el b/sweep.el index 84f9d8e..b1a17fe 100644 --- a/sweep.el +++ b/sweep.el @@ -1299,7 +1299,6 @@ Interactively, POINT is set to the current point." (when (sweep-true-p sol) (cdr sol))))) -;;;###autoload (defun sweep--xref-backend () "Hook for `xref-backend-functions'." 'sweep) -- 2.39.2