emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail pmailsum.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/mail pmailsum.el
Date: Wed, 03 Dec 2008 02:40:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/03 02:40:46

Modified files:
        lisp/mail      : pmailsum.el 

Log message:
        (pmail-summary-goto-msg): Use pmail-show-message-maybe.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmailsum.el?cvsroot=emacs&r1=1.9&r2=1.10

Patches:
Index: pmailsum.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailsum.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pmailsum.el 2 Dec 2008 22:57:02 -0000       1.9
+++ pmailsum.el 3 Dec 2008 02:40:46 -0000       1.10
@@ -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))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]