Make package-install-from-buffer maybe refresh the quickstart file
* lisp/emacs-lisp/package.el (package-install-from-buffer): Refresh the quickstart file (bug#43237). This makes this command more consistent with package-install.
This commit is contained in:
parent
8b4dd261cb
commit
1e89dfc6c8
1 changed files with 1 additions and 0 deletions
|
@ -2152,6 +2152,7 @@ Downloads and installs required packages as needed."
|
|||
(unless (package--user-selected-p name)
|
||||
(package--save-selected-packages
|
||||
(cons name package-selected-packages)))
|
||||
(package--quickstart-maybe-refresh)
|
||||
pkg-desc))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue