branch: elpa/geiser-chez
commit fcb2a6ab8d1bd37ed36030d6e9cc81388761c465
Author: julian herrera <julian.herr...@live.com>
Commit: julian herrera <julian.herr...@live.com>

    add extra parameter support to chez
---
 elisp/geiser-chez.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el
index 6749290..9a24a72 100644
--- a/elisp/geiser-chez.el
+++ b/elisp/geiser-chez.el
@@ -40,7 +40,7 @@
   :type 'string
   :group 'geiser-chez)
 
-(geiser-custom--defcustom geiser-chez-extra-command-line-parameters '("")
+(geiser-custom--defcustom geiser-chez-extra-command-line-parameters '()
   "Additional parameters to supply to the Chez binary."
   :type '(repeat string)
   :group 'geiser-chez)

Reply via email to