diff options
author | Ludovic Court`es | 2006-11-11 17:39:17 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-11-11 17:39:17 +0000 |
commit | 7aa414f8e82b4faa0742a22b9dc092a44dabdf9e (patch) | |
tree | 3f9a2088965cbb4b2c1529fde120278ac07543d4 | |
parent | c63e6405a4e1b5d28a2a69b4623263dc37cbd4f2 (diff) | |
download | skribilo-7aa414f8e82b4faa0742a22b9dc092a44dabdf9e.tar.gz skribilo-7aa414f8e82b4faa0742a22b9dc092a44dabdf9e.tar.lz skribilo-7aa414f8e82b4faa0742a22b9dc092a44dabdf9e.zip |
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
-rw-r--r-- | src/guile/skribilo/engine/lout.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |