aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-07-30 15:35:32 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-07-30 15:35:32 +0200
commit4844a1147a7ae23c996aa21a98ae4229fe172649 (patch)
tree133919e04df1ef0c86f200111fd9bd0bc5e9850d /lisp/mastodon-tl.el
parent028ab8ea22283fe4ae956894ef4cb6b002e2272e (diff)
no newline after READ MORE heading
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 70d0223..b9a5535 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1573,9 +1573,8 @@ Folding decided by `mastodon-tl--fold-toots-at-length'."
(length< body mastodon-tl--fold-toots-at-length))
body
(let* ((heading (mastodon-search--format-heading
- (mastodon-tl--make-link
- "READ MORE"
- 'read-more)))
+ (mastodon-tl--make-link "READ MORE" 'read-more)
+ nil :no-newline))
(display (concat (substring body 0
mastodon-tl--fold-toots-at-length)
heading)))