From d69664e7c753868f0246cdf897091c5132b0d001 Mon Sep 17 00:00:00 2001
From: Ludovic Court`es
Date: Mon, 11 Jun 2007 13:43:29 +0000
Subject: Reduced dependency on `(skribilo module)'.

* src/guile/skribilo/engine.scm: Don't `(use-modules (skribilo module))'
  before initializing `*current-engine*' (no longer needed).

git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-71
---
 src/guile/skribilo/engine.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/guile/skribilo/engine.scm b/src/guile/skribilo/engine.scm
index 06667ad..8a2f0e7 100644
--- a/src/guile/skribilo/engine.scm
+++ b/src/guile/skribilo/engine.scm
@@ -1,7 +1,7 @@
 ;;; engine.scm	-- Skribilo engines.
 ;;;
-;;; Copyright 2003-2004  Erick Gallesio - I3S-CNRS/ESSI <eg@essi.fr>
-;;; Copyright 2005  Ludovic Court�s  <ludovic.courtes@laas.fr>
+;;; Copyright 2003, 2004  Erick Gallesio - I3S-CNRS/ESSI <eg@essi.fr>
+;;; Copyright 2005, 2007  Ludovic Court�s  <ludovic.courtes@laas.fr>
 ;;;
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
@@ -370,11 +370,7 @@ otherwise the requested engine is returned."
 ;;; Current engine.
 ;;;
 
-;;; `(skribilo module)' must be loaded before the first `find-engine' call.
-(use-modules (skribilo module))
-
 ;; At this point, we're almost done with the bootstrap process.
-;(format #t "base engine: ~a~%" (lookup-engine 'base))
 
 (define *current-engine*
   ;; By default, use the HTML engine.
-- 
cgit v1.2.3