From: Richard M. Stallman Date: Mon, 22 Dec 2008 19:55:36 +0000 (+0000) Subject: (pmail-output): Use pmail-buffers-swapped-p as function. X-Git-Tag: emacs-pretest-23.0.90~911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dec3f55f388402aaf8f1d8eb920b26b30d990e71;p=emacs.git (pmail-output): Use pmail-buffers-swapped-p as function. --- diff --git a/lisp/mail/pmailout.el b/lisp/mail/pmailout.el index f0d0ae9c361..ad00211d012 100644 --- a/lisp/mail/pmailout.el +++ b/lisp/mail/pmailout.el @@ -466,7 +466,7 @@ The optional fourth argument FROM-GNUS is set when called from GNUS." (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))