(mime-insert-entity): New generic function.
authormorioka <morioka>
Sat, 23 Jan 1999 06:04:52 +0000 (06:04 +0000)
committermorioka <morioka>
Sat, 23 Jan 1999 06:04:52 +0000 (06:04 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 26e7e0d..c5464b9 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -1,6 +1,6 @@
 ;;; mime.el --- MIME library module
 
-;; Copyright (C) 1998 Free Software Foundation, Inc.
+;; Copyright (C) 1998,1999 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Keywords: MIME, multimedia, mail, news
@@ -341,6 +341,9 @@ If MESSAGE is specified, it is regarded as root entity."
 (mm-define-generic write-entity-content (entity filename)
   "Write content of ENTITY into FILENAME.")
 
+(mm-define-generic insert-entity (entity)
+  "Insert header and body of ENTITY at point.")
+
 (mm-define-generic write-entity (entity filename)
   "Write header and body of ENTITY into FILENAME.")