diff options
Diffstat (limited to 'packages.lisp')
-rw-r--r-- | packages.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.lisp b/packages.lisp index 89d56de..5ea0159 100644 --- a/packages.lisp +++ b/packages.lisp @@ -33,10 +33,12 @@ (:use :cl) (:nicknames :who) #+:sbcl (:shadow :defconstant) + #+:sb-package-locks (:lock t) (:export :*attribute-quote-char* :*escape-char-p* :*prologue* :*downcase-tokens-p* + :*html-no-indent-tags* :*html-empty-tags* :*html-empty-tag-aware-p* :conc |