1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

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

This commit is contained in:
Richard M. Stallman 2008-12-22 19:55:36 +00:00
parent dc8e167ff7
commit dec3f55f38

View File

@ -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))