From: Chong Yidong Date: Thu, 4 Dec 2008 23:14:50 +0000 (+0000) Subject: Require pmailhdr. X-Git-Tag: emacs-pretest-23.0.90~1262 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=509b4397bc8ba47e90fc83433b243379312bf4ee;p=emacs.git Require pmailhdr. --- 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