From: morioka Date: Fri, 5 Sep 1997 11:14:44 +0000 (+0000) Subject: (mime-entity-info-type/subtype): New inline function. X-Git-Tag: semi-0_112~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=434bc7f271b57e860fce51bc44dd46b790082295;p=elisp%2Fsemi.git (mime-entity-info-type/subtype): New inline function. --- diff --git a/mime-parse.el b/mime-parse.el index 45b2951..494bfd5 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.19 1997-09-05 08:27:49 morioka Exp $ +;; Version: $Id: mime-parse.el,v 0.20 1997-09-05 11:14:44 morioka Exp $ ;; Keywords: parse, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -211,6 +211,9 @@ and return parsed it. [mime-parse.el]" (defsubst mime-entity-info-point-max (entity-info) (mime::content-info/point-max entity-info)) +(defsubst mime-entity-info-type/subtype (entity-info) + (mime::content-info/type entity-info)) + (defun mime-parse-multipart (boundary primtype subtype params encoding rcnum) (goto-char (point-min)) (let* ((dash-boundary (concat "--" boundary))