aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-04 13:41:10 +0000
committerChong Yidong2008-12-04 13:41:10 +0000
commit1cc54663d76a62215a9844dfdd2a09846a498942 (patch)
tree2af62f5726518be56dcce3feeb1cb567cc3b1191
parent2ab2d499ed44b3938ffec83f22ec1b01e677727b (diff)
downloademacs-1cc54663d76a62215a9844dfdd2a09846a498942.tar.gz
emacs-1cc54663d76a62215a9844dfdd2a09846a498942.zip
(pmail-get-header): Call pmail-swap-buffers-maybe.
-rw-r--r--lisp/mail/pmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el
index e75aea1c4fe..8f922f09a3b 100644
--- a/lisp/mail/pmail.el
+++ b/lisp/mail/pmail.el
@@ -2498,6 +2498,7 @@ otherwise, show it in full."
2498 "Return the value of message header NAME, nil if no such header 2498 "Return the value of message header NAME, nil if no such header
2499exists. MSG, if set identifies the message number to use. The 2499exists. MSG, if set identifies the message number to use. The
2500current mail message will be used otherwise." 2500current mail message will be used otherwise."
2501 (pmail-swap-buffers-maybe)
2501 (save-excursion 2502 (save-excursion
2502 (save-restriction 2503 (save-restriction
2503 (with-current-buffer pmail-buffer 2504 (with-current-buffer pmail-buffer