diff options
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 b8ac8be..bbd286e 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -265,7 +265,7 @@ NO-REBLOGS means do not display boosts in statuses." (defun mastodon-profile--update-note-count (&rest _args) "Display the character count of the profile note buffer." - (let ((inhibit-read-only t) + (let* ((inhibit-read-only t) (header-region (mastodon-tl--find-property-range 'note-header (point-min))) (count-region (mastodon-tl--find-property-range 'note-counter |