projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d9055
)
Add autoload setting for `mime-entity-body-buffer',
author
morioka
<morioka>
Wed, 28 Jul 1999 04:54:16 +0000
(
04:54
+0000)
committer
morioka
<morioka>
Wed, 28 Jul 1999 04:54:16 +0000
(
04:54
+0000)
`mime-entity-body-start-point' and `mime-entity-body-end-point'.
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
a6eeb83
..
5442896
100644
(file)
--- 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
;;;