From 4844a1147a7ae23c996aa21a98ae4229fe172649 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 30 Jul 2024 15:35:32 +0200 Subject: no newline after READ MORE heading --- lisp/mastodon-tl.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-tl.el') 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))) -- cgit v1.2.3