emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1e89dfc 2/2: Make package-install-from-buffer maybe refresh the q


From: Lars Ingebrigtsen
Subject: master 1e89dfc 2/2: Make package-install-from-buffer maybe refresh the quickstart file
Date: Fri, 16 Oct 2020 03:10:17 -0400 (EDT)

branch: master
commit 1e89dfc6c8bcab8b64ded08e8d42e32929189799
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/emacs-lisp/package.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 5b77351..7b192d6 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]