From: morioka Date: Thu, 3 Sep 1998 02:50:06 +0000 (+0000) Subject: (mime-entity-send): Add DOC-string. X-Git-Tag: flim-1_9_2~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f2ab4f93d454f558d7a7d877a6a3b117602699be;p=elisp%2Fflim.git (mime-entity-send): Add DOC-string. --- diff --git a/mime.el b/mime.el index 338aa9c..2d61fa7 100644 --- a/mime.el +++ b/mime.el @@ -73,9 +73,10 @@ current-buffer, and return it.") (mime-find-function service (mime-entity-representation-type-internal entity))) -(defsubst mime-entity-send (entity service &rest args) +(defsubst mime-entity-send (entity message &rest args) + "Send MESSAGE to ENTITY with ARGS, and return the result." (apply (mime-find-function - service (mime-entity-representation-type-internal entity)) + message (mime-entity-representation-type-internal entity)) entity args))