diff options
| -rw-r--r-- | lisp/mail/pmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1144 | (let ((selwin (selected-window))) | 1144 | (let ((selwin (selected-window))) |
| 1145 | (unwind-protect | 1145 | (unwind-protect |
| 1146 | (progn (pop-to-buffer buf) | 1146 | (progn (pop-to-buffer buf) |
| 1147 | (pmail-show-message n)) | 1147 | (pmail-show-message-maybe n)) |
| 1148 | (select-window selwin) | 1148 | (select-window selwin) |
| 1149 | ;; The actions above can alter the current buffer. Preserve it. | 1149 | ;; The actions above can alter the current buffer. Preserve it. |
| 1150 | (set-buffer obuf)))))) | 1150 | (set-buffer obuf)))))) |