# HG changeset patch # User Chong Yidong # Date 1228432490 0 # Node ID 2d0b98e2cb3325ec80854da831b656525582de9f # Parent fef4866fca81b7ccffb23afc31bd39295a5d887d Require pmailhdr. diff -r fef4866fca81 -r 2d0b98e2cb33 lisp/mail/pmailedit.el --- 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