diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-06-04 17:19:54 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-06-04 17:20:12 +0200 |
commit | bd2f44911044f64c3303d080649ca2571b876ce1 (patch) | |
tree | bf538355a4d0537b67d02501b1b76f2de01d0fa7 /lisp/mastodon-profile.el | |
parent | 5e7e38a81a99e110ec62c0ccc622eb3c4b476cbc (diff) |
add remove-overlays to with-mastodon-buffer macro
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 069334a..de16b7d 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -645,7 +645,6 @@ MAX-ID is a flag to include the max_id pagination parameter." (relationships (mastodon-profile--relationships-get .id))) (with-mastodon-buffer buffer #'mastodon-mode nil (mastodon-profile-mode) - (remove-overlays) (setq mastodon-profile--account account) (mastodon-tl--set-buffer-spec buffer endpoint update-function link-header args nil max-id-str) |