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

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

[elpa] externals/system-packages 4efd204 042/117: Use dedicated buffer


From: Stefan Monnier
Subject: [elpa] externals/system-packages 4efd204 042/117: Use dedicated buffer
Date: Fri, 14 Dec 2018 17:02:04 -0500 (EST)

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

    Use dedicated buffer
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 97b6ad3..6b6a5ed 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -244,7 +244,7 @@ default."
     (when system-packages-usesudo
       (setq command (mapcar (lambda (part) (concat "sudo " part)) command)))
     (setq command (mapconcat 'identity command " && "))
-    (async-shell-command (mapconcat 'identity (list command pack) " "))))
+    (async-shell-command (mapconcat 'identity (list command pack) " ") 
"*system-packages*")))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; functions on named packages



reply via email to

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