branch: elpa/sweeprolog
commit 6517af47b379bf1f8c4aca8e75bc4a97cac666e0
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@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