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:
parent
dc8e167ff7
commit
dec3f55f38
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user