summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-12 17:02:20 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-12 17:02:20 +0200
commit57e16b316d76b77de4252b7923eab8199b8c3fd5 (patch)
treefae42a60bdd669778d0e4a40df691cd9a27b3dde /lisp/emacs-lisp
parent1823349e6a61b2997b27cdb1ff42c69739693455 (diff)
downloademacs-57e16b316d76b77de4252b7923eab8199b8c3fd5.tar.gz
emacs-57e16b316d76b77de4252b7923eab8199b8c3fd5.tar.bz2
emacs-57e16b316d76b77de4252b7923eab8199b8c3fd5.zip
* package-vc.el (package-vc-fetch): Autoload it
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package-vc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 27f1c7c3b70..a3de07e503a 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -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