]> git.eshelyaron.com Git - emacs.git/commitdiff
mail/rmail.el: Require rfc2047.
authorKenichi Handa <handa@m17n.org>
Fri, 26 Nov 2010 07:58:35 +0000 (16:58 +0900)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Nov 2010 07:58:35 +0000 (16:58 +0900)
lisp/ChangeLog
lisp/mail/rmail.el

index 812c66d3df6391a482b73e6c0c4231e2b94e77c0..ecaf4ac91231e2309aef06b0ab56fc63c72545f3 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-26  Kenichi Handa  <handa@m17n.org>
+
+       * mail/rmail.el: Require rfc2047.
+
 2010-11-26  Kenichi Handa  <handa@m17n.org>
 
        * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
index 70c84a242f5af7ea59dc26e600e2080f8750b615..ff04b76bf82978863e5bcd39a6c24715d79ea75d 100644 (file)
@@ -39,6 +39,7 @@
 ;;
 
 (require 'mail-utils)
+(require 'rfc2047)
 
 (defconst rmail-attribute-header "X-RMAIL-ATTRIBUTES"
   "The header that stores the Rmail attribute data.")