]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package-vc.el: Autoload package-vc-update{,-all}
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 17 Nov 2022 16:39:46 +0000 (17:39 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 17 Nov 2022 19:55:04 +0000 (20:55 +0100)
lisp/emacs-lisp/package-vc.el

index b3638cda2834a172d199e816d2d23369eda0a445..9e2bd106cb3f8a8a5d874e381885b8ea5801754e 100644 (file)
@@ -562,6 +562,7 @@ installed package."
                (if installed package-alist package-archive-contents)
                #'string=)))
 
+;;;###autoload
 (defun package-vc-update-all ()
   "Attempt to update all installed VC packages."
   (interactive)
@@ -571,6 +572,7 @@ installed package."
         (package-vc-update pkg-desc))))
   (message "Done updating packages."))
 
+;;;###autoload
 (defun package-vc-update (pkg-desc)
   "Attempt to update the package PKG-DESC."
   (interactive (list (package-vc--read-package-desc "Update source package: " t)))