From: Chong Yidong Date: Wed, 3 Dec 2008 02:40:46 +0000 (+0000) Subject: (pmail-summary-goto-msg): Use pmail-show-message-maybe. X-Git-Tag: emacs-pretest-23.0.90~1347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36574ee072914427252f116d058bb8ed92d2ff0d;p=emacs.git (pmail-summary-goto-msg): Use pmail-show-message-maybe. --- 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))))))