emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/mail pmail.el
Date: Thu, 04 Dec 2008 13:41:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/04 13:41:10

Modified files:
        lisp/mail      : pmail.el 

Log message:
        (pmail-get-header): Call pmail-swap-buffers-maybe.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmail.el?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: pmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmail.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- pmail.el    2 Dec 2008 14:03:19 -0000       1.20
+++ pmail.el    4 Dec 2008 13:41:10 -0000       1.21
@@ -2498,6 +2498,7 @@
   "Return the value of message header NAME, nil if no such header
 exists.  MSG, if set identifies the message number to use.  The
 current mail message will be used otherwise."
+  (pmail-swap-buffers-maybe)
   (save-excursion
     (save-restriction
       (with-current-buffer pmail-buffer




reply via email to

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