projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6d62f
)
* lisp/emacs-lisp/package-vc.el: Autoload package-vc-update{,-all}
author
Philip Kaludercic
<philipk@posteo.net>
Thu, 17 Nov 2022 16:39:46 +0000
(17:39 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Thu, 17 Nov 2022 19:55:04 +0000
(20:55 +0100)
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index b3638cda2834a172d199e816d2d23369eda0a445..9e2bd106cb3f8a8a5d874e381885b8ea5801754e 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-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)))