From 7aa414f8e82b4faa0742a22b9dc092a44dabdf9e Mon Sep 17 00:00:00 2001
From: Ludovic Court`es
Date: Sat, 11 Nov 2006 17:39:17 +0000
Subject: lout engine: Fixed the default value of `lout-program-arguments'.

* src/guile/skribilo/engine/lout.scm (lout-engine): Set default value of
  `lout-program-arguments' to `()'.


git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-71
---
 src/guile/skribilo/engine/lout.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/guile/skribilo/engine/lout.scm b/src/guile/skribilo/engine/lout.scm
index 9b25f30..ddbb7b7 100644
--- a/src/guile/skribilo/engine/lout.scm
+++ b/src/guile/skribilo/engine/lout.scm
@@ -659,7 +659,7 @@
 
                          ;; Additional arguments that should be passed to
                          ;; Lout, e.g., `("-I foo" "-I bar")'.
-                         (lout-program-arguments '())
+                         (lout-program-arguments ())
 
 			 ;; Title and author information in the PDF
 			 ;; document information.  If `#t', the
-- 
cgit v1.2.3