From: morioka Date: Tue, 7 Jul 1998 11:22:51 +0000 (+0000) Subject: (mime-open-entity): Change message to `open'. X-Git-Tag: chao-1_8-199811302358~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9fb6271f3094622108405c696973d58e848f4adf;p=elisp%2Fflim.git (mime-open-entity): Change message to `open'. --- diff --git a/mime.el b/mime.el index 67f15b4..be11890 100644 --- a/mime.el +++ b/mime.el @@ -87,7 +87,7 @@ current-buffer, and return it.") TYPE is representation-type. LOCATION is location of entity. Specification of it is depended on representation-type." - (funcall (mime-find-function 'open-entity type) location)) + (funcall (mime-find-function 'open type) location)) (defun mime-entity-cooked-p (entity) "Return non-nil if contents of ENTITY has been already code-converted."