changeset 100229:2d0b98e2cb33

Require pmailhdr.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 04 Dec 2008 23:14:50 +0000
parents fef4866fca81
children 7e4f0263472d
files lisp/mail/pmailedit.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/pmailedit.el	Thu Dec 04 23:13:08 2008 +0000
+++ b/lisp/mail/pmailedit.el	Thu Dec 04 23:14:50 2008 +0000
@@ -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