From c8fa23d5b587dbc0db705d991622dcbb762e4f25 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 9 May 2023 20:01:12 +0200 Subject: fix print instance rules propertize call --- lisp/mastodon-views.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 9974071..0dd74a3 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -892,8 +892,7 @@ IND is the optional indentation level to print at." (indent-to 4) (insert (format "%-5s: " - (propertize key) - 'face '(:underline t)) + (propertize key 'face '(:underline t))) (mastodon-views--newline-if-long value) (format "%s" (mastodon-tl--render-text value)) -- cgit v1.2.3