diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 23:08:56 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 23:08:56 +0200 |
commit | 0108ba17186396580317155402559a9762ef7095 (patch) | |
tree | 6955e36a927e39249e7e647b8a34f0563bcacc4f | |
parent | 51275a6551214a734976e079932d8a4a25c898ef (diff) |
Fix a typo.
Ignore-this: 301b4195b3e8ffbf7b75e91f266a8c84
darcs-hash:6032eb1c89ca03eec4d95e1210d1c9300f5fbe27
-rw-r--r-- | macros.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |