]> git.eshelyaron.com Git - dict.git/commitdiff
FIXED: package-lint complaint about autoloaded private function
authorEshel Yaron <me@eshelyaron.com>
Wed, 14 Sep 2022 20:49:12 +0000 (23:49 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Sep 2022 20:49:12 +0000 (23:49 +0300)
sweep.el

index 84f9d8e9e502e27b339a150ec887a6bf84a35ea8..b1a17fe152c38ffb7c230ea0c5b457d2c7491225 100644 (file)
--- 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)