aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-12 21:09:46 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-12 21:09:46 -0200
commit3855607ae779165e33f5f1834bedad42d1583971 (patch)
treec3c8ed332f216daccbef721c4e7cd2fa724bd5fb /sx-question-print.el
parent75c4a7d4e02e81c42a4914e2b798f60415a3b505 (diff)
parent07dbdbad69dd502abc209bd38aabdf5204bc65f7 (diff)
Merge branch 'tag-buttons' into images
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index e21c998..9f51b4c 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -296,10 +296,10 @@ The comment is indented, filled, and then printed according to
(format sx-question-mode-comments-format
(sx-user--format "%d" .owner)
(substring
- ;; We fill with three spaces at the start, so the comment is
- ;; slightly indented.
(sx-question-mode--fill-and-fontify
- (concat " " .body_markdown))
+ ;; We fill with three spaces at the start, so the comment is
+ ;; slightly indented.
+ (concat " " (sx--squash-whitespace .body_markdown)))
;; Then we remove the spaces from the first line, since we'll
;; add the username there anyway.
3))))))