From 8cd8c1c70b931a7866c8ffe955aef579ba1f1f29 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Sun, 7 Oct 2007 23:43:11 +0200 Subject: [PATCH] Closure re-integration (cont). * src/defpack.lisp (CLOSURE-MIME-TYPES): Export mime-type-extensions. --- src/defpack.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/defpack.lisp b/src/defpack.lisp index 4bf50a5..cb57a84 100644 --- a/src/defpack.lisp +++ b/src/defpack.lisp @@ -76,7 +76,8 @@ #:find-mime-type-from-extension #:mime-type-name #:find-mime-type - #:mime-type-equal)) + #:mime-type-equal + #:mime-type-extensions)) (defpackage :sgml (:use :cl :html-glisp :runes) -- 2.11.4.GIT