From 6a890c20d685e1862c2af0fb8b69c116c5e3f857 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 1 Aug 2020 16:58:33 +0200 Subject: Adjust autoload lists. In preparation for Guile 3 support, adjust #:autoload clauses to include list all the necessary bindings, or replace them with #:use-module. --- src/guile/skribilo/biblio/bibtex.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/guile/skribilo/biblio/bibtex.scm') diff --git a/src/guile/skribilo/biblio/bibtex.scm b/src/guile/skribilo/biblio/bibtex.scm index e8ec613..457e37a 100644 --- a/src/guile/skribilo/biblio/bibtex.scm +++ b/src/guile/skribilo/biblio/bibtex.scm @@ -1,6 +1,6 @@ ;;; bibtex.scm -- Handling BibTeX references. ;;; -;;; Copyright 2006, 2007 Ludovic Courtès +;;; Copyright 2006, 2007, 2020 Ludovic Courtès ;;; ;;; ;;; This file is part of Skribilo. @@ -21,14 +21,14 @@ (define-module (skribilo biblio bibtex) #:autoload (skribilo utils strings) (make-string-replace) - #:autoload (skribilo ast) (markup-option ast->string) + #:use-module (skribilo ast) #:autoload (skribilo engine) (engine-filter find-engine) #:use-module (skribilo biblio author) #:use-module (srfi srfi-39) #:use-module (srfi srfi-13) #:export (print-as-bibtex-entry)) -;;; Author: Ludovic Courtès +;;; Author: Ludovic Courtès ;;; ;;; Commentary: ;;; -- cgit v1.2.3