summaryrefslogtreecommitdiff
path: root/package-hunchentoot.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-10 16:23:40 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-10 16:23:40 +0100
commitd5005613677cdf45dbd1cf167aaaa8a22d576573 (patch)
treee6908eae01fd5a60e02c0feea1f35d8a6312a3cf /package-hunchentoot.lisp
parent4f4cdd76d12e396fdf22c22db4716df6045b8fad (diff)
Handle simple article requests.
Diffstat (limited to 'package-hunchentoot.lisp')
-rw-r--r--package-hunchentoot.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/package-hunchentoot.lisp b/package-hunchentoot.lisp
index 1380237..c1e8bba 100644
--- a/package-hunchentoot.lisp
+++ b/package-hunchentoot.lisp
@@ -1,4 +1,5 @@
(cl:defpackage #:mulkcms-hunchentoot
(:use #:common-lisp #:hunchentoot #:cl-who #:cl-ppcre #:alexandria #:cl-fad
#:mulkcms)
+ (:nicknames #:mulkcms-ht)
(:shadow #:copy-file #:copy-stream))