From: Eshel Yaron Date: Wed, 14 Sep 2022 20:49:12 +0000 (+0300) Subject: FIXED: package-lint complaint about autoloaded private function X-Git-Tag: v0.3.0~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a563bc36dc8ad1e8bdac310690f8f4ca4ec8334e;p=dict.git FIXED: package-lint complaint about autoloaded private function --- 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)