emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] emacs/lisp/mail pmailout.el
Date: Mon, 22 Dec 2008 19:55:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       08/12/22 19:55:37

Modified files:
        lisp/mail      : pmailout.el 

Log message:
        (pmail-output): Use pmail-buffers-swapped-p as function.

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

Patches:
Index: pmailout.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/pmailout.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pmailout.el 13 Dec 2008 14:19:56 -0000      1.9
+++ pmailout.el 22 Dec 2008 19:55:36 -0000      1.10
@@ -466,7 +466,7 @@
        (or from-gnus
            (save-excursion
              (save-restriction
-               (goto-char (if pmail-buffers-swapped-p
+               (goto-char (if (pmail-buffers-swapped-p)
                               (point-min)
                             (pmail-msgbeg pmail-current-message)))
                (setq header-beginning (point))




reply via email to

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