summaryrefslogtreecommitdiff
path: root/src/guile/skribilo/engine
diff options
context:
space:
mode:
authorLudovic Court`es2007-06-05 17:03:28 +0000
committerLudovic Court`es2007-06-05 17:03:28 +0000
commit9457610daa0ad13623c95d7ac5a6e54d188aa4e6 (patch)
tree2013c997d7c9fa3307abe98da307aebc284bbc76 /src/guile/skribilo/engine
parent247fc2730a286989cecc202db93d001415bb33a8 (diff)
downloadskribilo-9457610daa0ad13623c95d7ac5a6e54d188aa4e6.tar.gz
skribilo-9457610daa0ad13623c95d7ac5a6e54d188aa4e6.tar.lz
skribilo-9457610daa0ad13623c95d7ac5a6e54d188aa4e6.zip
Started cleaning up packages using Guile-Lint.
Most of the changes involve: * using a native module rather than `define-skribe-module'. * using `:'-style keywords instead of DSSSL keywords so that Guile-Lint can handle them. * fixing unbound variables and the likes. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-57
Diffstat (limited to 'src/guile/skribilo/engine')
-rw-r--r--src/guile/skribilo/engine/latex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/latex.scm b/src/guile/skribilo/engine/latex.scm
index 2d5e4b6..e69769b 100644
--- a/src/guile/skribilo/engine/latex.scm
+++ b/src/guile/skribilo/engine/latex.scm
@@ -442,7 +442,7 @@
;*---------------------------------------------------------------------*/
;* skribe-get-latex-color ... */
;*---------------------------------------------------------------------*/
-(define (skribe-get-latex-color spec)
+(define-public (skribe-get-latex-color spec)
(let ((c (and (hashtable? *skribe-latex-color-table*)
(hashtable-get *skribe-latex-color-table* spec))))
(if (not (string? c))