Mercurial > emacs
diff lisp/mail/pmailedit.el @ 100229:2d0b98e2cb33
Require pmailhdr.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Dec 2008 23:14:50 +0000 |
parents | fef4866fca81 |
children | 14070fe82d72 |
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