From: Eshel Yaron Date: Fri, 23 Sep 2022 18:18:53 +0000 (+0300) Subject: FIXED: sweep-init-args separate arguments X-Git-Tag: v0.3.3~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6517af47b379bf1f8c4aca8e75bc4a97cac666e0;p=dict.git FIXED: sweep-init-args separate arguments --- diff --git a/sweep.el b/sweep.el index 9aa5868..b2b49a9 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)