diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 12:42:59 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 12:42:59 +0100 |
commit | 16c4ddcd693068c738ae4bb271c60841f1912f4c (patch) | |
tree | e7b3c8437ed942ea28a3554e5e784ebd1f3167da /lisp/mastodon-profile.el | |
parent | 879eaeefb559ec4e90314e1e94fb8f5045fb0a16 (diff) | |
parent | e97547a1604944cb281d95c3e94848f2b559a16d (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index b4a8d4f..c16d88d 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -614,7 +614,7 @@ FIELDS means provide a fields vector fetched by other means." "Insert each of the PINNED-STATUSES for a given account." (mapc (lambda (pinned-status) (insert - (concat " " + (concat "\n " (propertize " pinned " 'face '(:inherit success :box t)) " ")) |