diff options
author | Ludovic Courtes | 2006-01-14 12:33:12 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-01-14 12:33:12 +0000 |
commit | ea34b16594933b0d6fa7a85ac5615a718e33c95d (patch) | |
tree | 222e3daf835679408aec7a0b7e4d1dc775b1a170 /src/guile/skribilo.scm | |
parent | 9bf866163bcf1c187341ab2e364c8dddc17093e8 (diff) | |
parent | 929063bfca2404a927bf0bec047db37d490aa8e1 (diff) | |
download | skribilo-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.scm')
-rw-r--r-- | src/guile/skribilo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo.scm b/src/guile/skribilo.scm index bf849ab..be914fb 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -51,7 +51,7 @@ exec ${GUILE-guile} --debug -l $0 -c "(apply $main (cdr (command-line)))" "$@" ;; Install the Skribilo module syntax reader. -(set-current-reader %skribilo-module-reader) +(fluid-set! current-reader %skribilo-module-reader) (if (not (keyword? :kw)) (error "guile-reader sucks")) |