aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/package/slide/lout.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile/skribilo/package/slide/lout.scm')
-rw-r--r--src/guile/skribilo/package/slide/lout.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/guile/skribilo/package/slide/lout.scm b/src/guile/skribilo/package/slide/lout.scm
index 41c47cd..bb166a9 100644
--- a/src/guile/skribilo/package/slide/lout.scm
+++ b/src/guile/skribilo/package/slide/lout.scm
@@ -1,6 +1,6 @@
;;; lout.scm -- Lout implementation of the `slide' package.
;;;
-;;; Copyright 2005, 2006, 2008 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright 2005, 2006, 2008, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;;
;;; This file is part of Skribilo.
@@ -30,15 +30,7 @@
#:use-module (srfi srfi-13) ;; `string-join'
- ;; XXX: If changing the following `autoload' to `use-module' doesn't work,
- ;; then you need to fix your Guile. See this thread about
- ;; `make-autoload-interface':
- ;;
- ;; http://article.gmane.org/gmane.lisp.guile.devel/5748
- ;; http://lists.gnu.org/archive/html/guile-devel/2006-03/msg00004.html .
-
- #:autoload (skribilo engine lout) (lout-tagify lout-output-pdf-meta-info
- lout-verbatim-encoding))
+ #:use-module (skribilo engine lout))
(skribilo-module-syntax)