aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/pmailedit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/pmailedit.el b/lisp/mail/pmailedit.el
index a0e4249e2d2..edd5baa1b53 100644
--- a/lisp/mail/pmailedit.el
+++ b/lisp/mail/pmailedit.el
@@ -29,6 +29,8 @@
29 (require 'pmail) 29 (require 'pmail)
30 (require 'pmailsum)) 30 (require 'pmailsum))
31 31
32(require 'pmailhdr)
33
32(defcustom pmail-edit-mode-hook nil 34(defcustom pmail-edit-mode-hook nil
33 "List of functions to call when editing an PMAIL message." 35 "List of functions to call when editing an PMAIL message."
34 :type 'hook 36 :type 'hook