diff options
author | Thanos Apollo <[email protected]> | 2024-04-02 19:28:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-02 19:28:44 +0300 |
commit | 3437ba1bbefda8fec367e419b48575b7b755584d (patch) | |
tree | 2f165d011bdacd18062add1c21116d7d951fbe45 /gnosis.el | |
parent | 379530d8603fa1811fbbc28af2fa221dab58fd40 (diff) |
gnosis-dashboard-output-note: style
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |