summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 8e612e5..1d9aa43 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -126,7 +126,8 @@
(with-slots (id title body categories date) journal-entry
(show-journal-entry-with-components id title body categories date
(comments-about journal-entry
- :ordered-p t)
+ :ordered-p t
+ :ham-p t)
comments-p)))