# HG changeset patch # User Chong Yidong # Date 1228272046 0 # Node ID 7512f1d3a1cb5decb7e8ea9f9dac934287b803cd # Parent 1105ea8587686e1c6fda291700c5456e82fd238a (pmail-summary-goto-msg): Use pmail-show-message-maybe. diff -r 1105ea858768 -r 7512f1d3a1cb lisp/mail/pmailsum.el --- a/lisp/mail/pmailsum.el Wed Dec 03 02:40:40 2008 +0000 +++ b/lisp/mail/pmailsum.el Wed Dec 03 02:40:46 2008 +0000 @@ -1144,7 +1144,7 @@ (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))))))