From 36574ee072914427252f116d058bb8ed92d2ff0d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 3 Dec 2008 02:40:46 +0000 Subject: [PATCH] (pmail-summary-goto-msg): Use pmail-show-message-maybe. --- lisp/mail/pmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/pmailsum.el b/lisp/mail/pmailsum.el index 90a2df8afd9..60838fc943f 100644 --- a/lisp/mail/pmailsum.el +++ b/lisp/mail/pmailsum.el @@ -1144,7 +1144,7 @@ If SKIP-PMAIL, don't do anything to the Pmail buffer." (let ((selwin (selected-window))) (unwind-protect (progn (pop-to-buffer buf) - (pmail-show-message n)) + (pmail-show-message-maybe n)) (select-window selwin) ;; The actions above can alter the current buffer. Preserve it. (set-buffer obuf)))))) -- 2.39.2