emacs-diffs
[Top][All Lists]
Advanced

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

scratch/package-vc-fixes c94b80caf1 05/14: Autoload 'package-vc-install-


From: Philip Kaludercic
Subject: scratch/package-vc-fixes c94b80caf1 05/14: Autoload 'package-vc-install-selected-packages'
Date: Wed, 9 Nov 2022 03:52:02 -0500 (EST)

branch: scratch/package-vc-fixes
commit c94b80caf133ac18cbb0139e893011f34cfc1646
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Autoload 'package-vc-install-selected-packages'
    
    * lisp/emacs-lisp/package-vc.el (package-vc-ensure-packages): Add an
    autoload cookie.
---
 lisp/emacs-lisp/package-vc.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index a405a65017..abc86ca520 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -118,6 +118,8 @@ the `clone' function."
   :version "29.1")
 
 (defvar package-vc-selected-packages) ; pacify byte-compiler
+
+;;;###autoload
 (defun package-vc-install-selected-packages ()
   "Ensure packages specified in `package-vc-selected-packages' are installed."
   (interactive)



reply via email to

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