From 0108ba17186396580317155402559a9762ef7095 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 23:08:56 +0200 Subject: Fix a typo. Ignore-this: 301b4195b3e8ffbf7b75e91f266a8c84 darcs-hash:6032eb1c89ca03eec4d95e1210d1c9300f5fbe27 --- macros.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.lisp b/macros.lisp index bfc3495..02ff1ce 100644 --- a/macros.lisp +++ b/macros.lisp @@ -39,7 +39,7 @@ (defmacro with-web-journal ((page-title &key post-id) &body body) - `(call-with-web-journal ,page-title #'(lambda () ,@body) :post-id post-id)) + `(call-with-web-journal ,page-title #'(lambda () ,@body) :post-id ,post-id)) (defmacro with-result-cache ((cache-id &key (younger-than nil younger-than-p)) -- cgit v1.2.3