aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Armstrong2022-11-30 15:58:07 -0800
committerPhilip Kaludercic2022-12-10 09:48:02 +0100
commitaf88b00b19c155ce566757ccfa9ee2dbe03a705f (patch)
treea8235b1e50b44c8b94daf596352124e1e807df6b
parent5a092c8e461c4e72aee16bd2884feb824de3bf3a (diff)
downloademacs-af88b00b19c155ce566757ccfa9ee2dbe03a705f.tar.gz
emacs-af88b00b19c155ce566757ccfa9ee2dbe03a705f.zip
Refresh the package quickstart file in package-vc
* lisp/emacs-lisp/package-vc.el (package-vc--unpack-1): Call `package--quickstart-maybe-refresh', just as `package-install-from-buffer' does. (bug#59728)
-rw-r--r--lisp/emacs-lisp/package-vc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 299964c6924..193d7c5b567 100644
--- 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."
466 (package--save-selected-packages 466 (package--save-selected-packages
467 (cons (package-desc-name pkg-desc) 467 (cons (package-desc-name pkg-desc)
468 package-selected-packages)) 468 package-selected-packages))
469 (package--quickstart-maybe-refresh)
469 470
470 ;; Confirm that the installation was successful 471 ;; Confirm that the installation was successful
471 (let ((main-file (package-vc--main-file pkg-desc))) 472 (let ((main-file (package-vc--main-file pkg-desc)))