1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

* pmail.el (pmail): Ensure that pmail-mode-hook is run.

This commit is contained in:
Chong Yidong 2008-12-20 21:40:19 +00:00
parent 2e34dc8bd6
commit 8eb5f33cde

View File

@ -17,6 +17,7 @@
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert
header directly instead of calling pmail-add-header.
(pmail): Ensure that pmail-mode-hook is run.
2008-12-15 Juanma Barranquero <lekktu@gmail.com>