diff --git a/elfeed-show.el b/elfeed-show.el index 4915cae..e16b4bf 100644 --- a/elfeed-show.el +++ b/elfeed-show.el @@ -214,9 +214,9 @@ The result depends on the value of `elfeed-show-unique-buffers'." (let ((buff (get-buffer-create (elfeed-show--buffer-name entry)))) (with-current-buffer buff (elfeed-show-mode) - (setq elfeed-show-entry entry) - (elfeed-show-refresh)) - (funcall elfeed-show-entry-switch buff))) + (setq elfeed-show-entry entry)) + (funcall elfeed-show-entry-switch buff) + (elfeed-show-refresh))) (defun elfeed-show-next () "Show the next item in the elfeed-search buffer."