From 9fb6271f3094622108405c696973d58e848f4adf Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 7 Jul 1998 11:22:51 +0000 Subject: [PATCH] (mime-open-entity): Change message to `open'. --- mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4