]> git.eshelyaron.com Git - emacs.git/commitdiff
(pmail-summary-goto-msg): Use pmail-show-message-maybe.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 3 Dec 2008 02:40:46 +0000 (02:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 3 Dec 2008 02:40:46 +0000 (02:40 +0000)
lisp/mail/pmailsum.el

index 90a2df8afd94bd5673e004c7a42054d0a862793f..60838fc943f7658d2332dbea6dab7e324c8c67f8 100644 (file)
@@ -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))))))