emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/package+vc 57e16b316d: * package-vc.el (package-vc-fetch): Autol


From: Philip Kaludercic
Subject: feature/package+vc 57e16b316d: * package-vc.el (package-vc-fetch): Autoload it
Date: Fri, 12 Aug 2022 11:02:42 -0400 (EDT)

branch: feature/package+vc
commit 57e16b316d76b77de4252b7923eab8199b8c3fd5
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * package-vc.el (package-vc-fetch): Autoload it
---
 lisp/emacs-lisp/package-vc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 27f1c7c3b7..a3de07e503 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]