projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e8a06
)
(mime-view-display-entity): fixed.
author
morioka
<morioka>
Tue, 16 Jun 1998 19:12:45 +0000
(19:12 +0000)
committer
morioka
<morioka>
Tue, 16 Jun 1998 19:12:45 +0000
(19:12 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
2187ea0
..
7623914
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-826,7
+826,7
@@
The compressed face will be piped to this command.")
mime-view-ignored-field-list mime-view-visible-field-list
(save-excursion
(set-buffer raw-buffer)
- (if (eq (cdr (assq major-mode mime-raw-representation-type))
+ (if (eq (cdr (assq major-mode mime-raw-representation-type-alist))
'binary)
default-mime-charset)
)))