diff options
Diffstat (limited to 'lisp/mastodon-profile.el')
| -rw-r--r-- | lisp/mastodon-profile.el | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index d632e5e..8ac0b67 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -398,8 +398,7 @@ FIELD is used to identify regions under 'account"  (defun mastodon-profile--add-author-bylines (tootv)    "Convert TOOTV into a author-bylines and insert."    (let ((inhibit-read-only t)) -    (if (equal tootv '[]) -        (message "Looks like you have no follow requests for the moment.") +    (when (not (equal tootv '[]))        (mapc (lambda (toot)                (let ((start-pos (point)))                  (insert "\n" | 
