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

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

[nongnu] elpa/sweeprolog 6517af47b3 134/166: FIXED: sweep-init-args sepa


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 6517af47b3 134/166: FIXED: sweep-init-args separate arguments
Date: Fri, 30 Sep 2022 04:59:32 -0400 (EDT)

branch: elpa/sweeprolog
commit 6517af47b379bf1f8c4aca8e75bc4a97cac666e0
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    FIXED: sweep-init-args separate arguments
---
 sweep.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sweep.el b/sweep.el
index 9aa586882a..b2b49a9be6 100644
--- a/sweep.el
+++ b/sweep.el
@@ -123,9 +123,10 @@ inserted to the input history in `sweep-top-level-mode' 
buffers."
 
 (defcustom sweep-init-args (list "-q"
                                  "--no-signals"
-                                 "-g [library(sweep)]")
+                                 "-g"
+                                 "[library(sweep)]")
   "List of strings used as initialization arguments for Prolog."
-  :package-version '((sweep "0.1.0"))
+  :package-version '((sweep "0.3.1"))
   :type '(list string)
   :group 'sweep)
 



reply via email to

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