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:
parent
1823349e6a
commit
57e16b316d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue