Skip to content

Commit

Permalink
really fix handler flet -- use list* instead of list
Browse files Browse the repository at this point in the history
  • Loading branch information
slyrus committed Jul 23, 2014
1 parent aeb85c5 commit 623aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclblog.lisp
Expand Up @@ -358,7 +358,7 @@ those are established here."
(with-unique-names (uri-handler uri%)
`(progn
(pushnew ,blog *blog-dispatch-blogs*)
(flet ((handler ,(list blog '&key key-args)
(flet ((handler ,(list* blog '&key key-args)
(hunchentoot-auth:authorized-page
((blog-realm blog) user password
:ssl-port (blog-ssl-port blog)
Expand Down

0 comments on commit 623aeb1

Please sign in to comment.