projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a092c8
)
Refresh the package quickstart file in package-vc
author
Matt Armstrong
<matt@rfc20.org>
Wed, 30 Nov 2022 23:58:07 +0000
(15:58 -0800)
committer
Philip Kaludercic
<philipk@posteo.net>
Sat, 10 Dec 2022 08:48:02 +0000
(09:48 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc--unpack-1): Call
`package--quickstart-maybe-refresh', just as
`package-install-from-buffer' does. (bug#59728)
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 299964c6924f9c9fd430877faf022dfc24314d15..193d7c5b5671ef015a75cb108c154b0933465eb0 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-466,6
+466,7
@@
documentation and marking the package as installed."
(package--save-selected-packages
(cons (package-desc-name pkg-desc)
package-selected-packages))
+ (package--quickstart-maybe-refresh)
;; Confirm that the installation was successful
(let ((main-file (package-vc--main-file pkg-desc)))