]> git.eshelyaron.com Git - emacs.git/commitdiff
* package-vc.el (package-vc-fetch): Autoload it
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 12 Aug 2022 15:02:20 +0000 (17:02 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 12 Aug 2022 15:02:20 +0000 (17:02 +0200)
lisp/emacs-lisp/package-vc.el

index 27f1c7c3b70efd5812bedb7af705b215e8b102cd..a3de07e503a23b2617a0dfbf3569f475aeb463d4 100644 (file)
@@ -235,6 +235,7 @@ The output is written out into PKG-FILE."
     (with-demoted-errors "Error during package update: %S"
       (vc-pull))))
 
+;;;###autoload
 (defun package-vc-fetch (name-or-url &optional name rev)
   "Fetch the source of NAME-OR-URL.
 If NAME-OR-URL is a URL, then the package will be downloaded from