branch: elpa/sweeprolog commit a563bc36dc8ad1e8bdac310690f8f4ca4ec8334e Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
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 84f9d8e9e5..b1a17fe152 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)