From d508373cfcc7df5314acf1714e3caa9e023dc2da Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 16 Mar 2023 15:09:30 +0100 Subject: erase-buffer for profile view --- lisp/mastodon-profile.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon-profile.el') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 20323cb..32fb63b 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -665,6 +665,7 @@ HEADERS means also fetch link headers for pagination." (with-current-buffer (get-buffer-create buffer) (let ((inhibit-read-only t)) (switch-to-buffer buffer) + (erase-buffer) (mastodon-mode) (mastodon-profile-mode) (setq mastodon-profile--account account) -- cgit v1.2.3