From 509b4397bc8ba47e90fc83433b243379312bf4ee Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 4 Dec 2008 23:14:50 +0000 Subject: [PATCH] Require pmailhdr. --- lisp/mail/pmailedit.el | 2 ++ 1 file changed, 2 insertions(+) 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 @@ (require 'pmail) (require 'pmailsum)) +(require 'pmailhdr) + (defcustom pmail-edit-mode-hook nil "List of functions to call when editing an PMAIL message." :type 'hook -- 2.39.2