(mime-open-entity): Change message to `open'.
authormorioka <morioka>
Tue, 7 Jul 1998 11:22:51 +0000 (11:22 +0000)
committermorioka <morioka>
Tue, 7 Jul 1998 11:22:51 +0000 (11:22 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 67f15b4..be11890 100644 (file)
--- 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."