aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-07-25 14:17:18 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-07-25 14:17:18 +0200
commit20dec8871c9bb5f5e418bfc197e7533b5e3065e3 (patch)
treebebd21ce8f2f02c3b2b62b6fe779828557484047 /lisp/mastodon-profile.el
parent5123212fa191ce5215262367d1022fd1441dc19a (diff)
parent27783caa940af9120ef21d005dcdd1861fc8710e (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el2
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