Mercurial > emacs
changeset 100641:413e7b650cf7
(pmail-output): Use pmail-buffers-swapped-p as function.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Dec 2008 19:55:36 +0000 |
parents | 40652147be0c |
children | dd269da6b61c |
files | lisp/mail/pmailout.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/pmailout.el Mon Dec 22 19:54:59 2008 +0000 +++ b/lisp/mail/pmailout.el Mon Dec 22 19:55:36 2008 +0000 @@ -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))