diff options
author | Matt Armstrong <matt@rfc20.org> | 2022-11-30 15:58:07 -0800 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-12-10 09:48:02 +0100 |
commit | af88b00b19c155ce566757ccfa9ee2dbe03a705f (patch) | |
tree | a8235b1e50b44c8b94daf596352124e1e807df6b /lisp/emacs-lisp/package-vc.el | |
parent | 5a092c8e461c4e72aee16bd2884feb824de3bf3a (diff) | |
download | emacs-af88b00b19c155ce566757ccfa9ee2dbe03a705f.tar.gz emacs-af88b00b19c155ce566757ccfa9ee2dbe03a705f.tar.bz2 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)
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 1 |
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." (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))) |