From: morioka Date: Fri, 5 Sep 1997 11:48:08 +0000 (+0000) Subject: (mime-entity-info-children): New inline function. X-Git-Tag: semi-0_112~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=588b6e98beb88d389f46ca14b506b76dba308c8d;p=elisp%2Fsemi.git (mime-entity-info-children): New inline function. --- diff --git a/mime-parse.el b/mime-parse.el index 1779077..3fee0a9 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-parse.el,v 0.22 1997-09-05 11:38:33 morioka Exp $ +;; Version: $Id: mime-parse.el,v 0.23 1997-09-05 11:48:08 morioka Exp $ ;; Keywords: parse, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -220,6 +220,9 @@ and return parsed it. [mime-parse.el]" (defsubst mime-entity-info-encoding (entity-info) (mime::content-info/encoding entity-info)) +(defsubst mime-entity-info-children (entity-info) + (mime::content-info/children entity-info)) + (defun mime-parse-multipart (boundary primtype subtype params encoding rcnum) (goto-char (point-min)) (let* ((dash-boundary (concat "--" boundary))