]> git.eshelyaron.com Git - emacs.git/commitdiff
(pmail-output): Use pmail-buffers-swapped-p as function.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Dec 2008 19:55:36 +0000 (19:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Dec 2008 19:55:36 +0000 (19:55 +0000)
lisp/mail/pmailout.el

index f0d0ae9c361e5f2d6218be5e52893a71fcb0d20b..ad00211d012b99031471c86c1ae98689eb642169 100644 (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))