summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 6c3ac3c..fc229b1 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1581,7 +1581,7 @@ to improve readability."
(cl-loop for item in (append (gnosis-select '[main options answer tags type] 'notes `(= id ,id) t)
(gnosis-select 'suspend 'review-log `(= id ,id) t))
if (listp item)
- collect (mapconcat #'identity item ", ")
+ collect (mapconcat #'identity item ",")
else
collect (prin1-to-string item)))