aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/debug.scm
diff options
context:
space:
mode:
authorLudovic Courtes2006-01-14 12:33:12 +0000
committerLudovic Courtes2006-01-14 12:33:12 +0000
commitea34b16594933b0d6fa7a85ac5615a718e33c95d (patch)
tree222e3daf835679408aec7a0b7e4d1dc775b1a170 /src/guile/skribilo/debug.scm
parent9bf866163bcf1c187341ab2e364c8dddc17093e8 (diff)
parent929063bfca2404a927bf0bec047db37d490aa8e1 (diff)
downloadskribilo-ea34b16594933b0d6fa7a85ac5615a718e33c95d.tar.gz
skribilo-ea34b16594933b0d6fa7a85ac5615a718e33c95d.tar.lz
skribilo-ea34b16594933b0d6fa7a85ac5615a718e33c95d.zip
Merge from lcourtes@laas.fr--2004-libre
Patches applied: * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 17-24) - Merge from lcourtes@laas.fr--2005-mobile - Cleaned up the use of a Skribe-compatible `gensym'. - Cleaning the compatibility module and other annoyances. - Syntax highlighting and `image'-related fixes. - Made compatible with the new `current-reader' as a fluid. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-21
Diffstat (limited to 'src/guile/skribilo/debug.scm')
-rw-r--r--src/guile/skribilo/debug.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/debug.scm b/src/guile/skribilo/debug.scm
index 953997e..1cac749 100644
--- a/src/guile/skribilo/debug.scm
+++ b/src/guile/skribilo/debug.scm
@@ -26,7 +26,7 @@
:use-module (skribilo utils syntax)
:use-module (srfi srfi-17))
-(set-current-reader %skribilo-module-reader)
+(fluid-set! current-reader %skribilo-module-reader)
;;; FIXME: Use SRFI-39 fluids.