From 010adfc46eb55cf2d34ef0bc412919a7763c57bd Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 28 Jul 1999 04:54:16 +0000 Subject: [PATCH] Add autoload setting for `mime-entity-body-buffer', `mime-entity-body-start-point' and `mime-entity-body-end-point'. --- mime-parse.el | 4 ++++ 1 file changed, 4 insertions(+) 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 ;;; -- 1.7.10.4