projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23962d7
)
(mime-open-entity): Change message to `open'.
author
morioka
<morioka>
Tue, 7 Jul 1998 11:22:51 +0000
(11:22 +0000)
committer
morioka
<morioka>
Tue, 7 Jul 1998 11:22:51 +0000
(11:22 +0000)
mime.el
patch
|
blob
|
history
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."