Mercurial > emacs
changeset 100141:7512f1d3a1cb
(pmail-summary-goto-msg): Use pmail-show-message-maybe.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 02:40:46 +0000 |
parents | 1105ea858768 |
children | 8c2641057470 |
files | lisp/mail/pmailsum.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))))