From dec3f55f388402aaf8f1d8eb920b26b30d990e71 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 22 Dec 2008 19:55:36 +0000 Subject: [PATCH] (pmail-output): Use pmail-buffers-swapped-p as function. --- lisp/mail/pmailout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2