1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00

* package-vc.el (package-vc-fetch): Autoload it

This commit is contained in:
Philip Kaludercic 2022-08-12 17:02:20 +02:00
parent 1823349e6a
commit 57e16b316d
No known key found for this signature in database
GPG key ID: F2C3CC513DB89F66

View 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