(mime-entity-set-children): New function.
authormorioka <morioka>
Wed, 24 Jun 1998 11:08:15 +0000 (11:08 +0000)
committermorioka <morioka>
Wed, 24 Jun 1998 11:08:15 +0000 (11:08 +0000)
mime-def.el

index 3611b08..f0a9d36 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Code:
 
-(defconst mime-library-version-string "FLIM 1.6.0 - \"Ogura\"")
+(defconst mime-library-version-string "Chao 1.6.0 - \"Kuj\e,Dr\e(B\"")
 
 
 ;;; @ variables
 (defsubst mime-entity-parsed-header (entity)       (aref entity 11))
 
 (defsubst mime-entity-set-original-header (entity header)
-  (aset entity 9 header))
+  (aset entity  9 header))
+(defsubst mime-entity-set-children (entity children)
+  (aset entity 10 children))
 (defsubst mime-entity-set-parsed-header (entity header)
   (aset entity 11 header))