From: morioka Date: Wed, 28 Jul 1999 04:54:16 +0000 (+0000) Subject: Add autoload setting for `mime-entity-body-buffer', X-Git-Tag: flim-1_13_2~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=010adfc46eb55cf2d34ef0bc412919a7763c57bd;p=elisp%2Fflim.git Add autoload setting for `mime-entity-body-buffer', `mime-entity-body-start-point' and `mime-entity-body-end-point'. --- diff --git a/mime-parse.el b/mime-parse.el index a6eeb83..5442896 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -27,6 +27,10 @@ (require 'mime-def) (require 'std11) +(autoload 'mime-entity-body-buffer "mime") +(autoload 'mime-entity-body-start-point "mime") +(autoload 'mime-entity-body-end-point "mime") + ;;; @ lexical analyzer ;;;