From 27783caa940af9120ef21d005dcdd1861fc8710e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 25 Jul 2023 14:16:50 +0200 Subject: let* for update-note-count --- lisp/mastodon-profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-profile.el') 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 -- cgit v1.2.3