emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/system-packages 7b87f7d 095/117: Make system-packages-e


From: Stefan Monnier
Subject: [elpa] externals/system-packages 7b87f7d 095/117: Make system-packages-ensure interactive
Date: Fri, 14 Dec 2018 17:02:15 -0500 (EST)

branch: externals/system-packages
commit 7b87f7dbd53d7bd365157d831893f7a70ae67910
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Make system-packages-ensure interactive
---
 system-packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-packages.el b/system-packages.el
index 6b3f426..f9d0da8 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -359,6 +359,7 @@ manger."
 Search for PACK with `system-packages-package-installed-p', and
 install the package if not found.  Use ARGS to pass options to
 the package manager."
+  (interactive "sPackage to ensure is present: ")
   (if (system-packages-package-installed-p pack)
       t
     (system-packages-install pack args)))



reply via email to

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