From ae0b9ad7c11c7593a22fd0e8175911fe8a5a1e55 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 15 Jun 2024 12:46:27 +0200 Subject: pop-to-buffer in handler --- lisp/mastodon-tl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 3611d1c..08debda 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -3034,7 +3034,8 @@ When DOMAIN, force inclusion of user's domain in their handle." RECORD is the bookmark record." (let ((id (bookmark-prop-get record 'id))) ;; we need to handle thread and single toot for starters - (mastodon-tl--thread id))) + (pop-to-buffer + (mastodon-tl--thread id)))) (defun mastodon-tl--bookmark-make-record () "Return a bookmark record for the current mastodon buffer." -- cgit v1.2.3