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:
b1e14d1
)
Inversed condition was accidently used in last patch.
author
vitaly
<vitaly>
Tue, 19 Jan 2010 15:02:41 +0000
(15:02 +0000)
committer
vitaly
<vitaly>
Tue, 19 Jan 2010 15:02:41 +0000
(15:02 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
fb11744
..
89a760c
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1095,7
+1095,7
@@
MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default."
(setq situation
(mime-find-entity-preview-situation entity default-situation)))
(let ((button-is-invisible
- (or mime-view-buttons-visible
+ (or (not mime-view-buttons-visible)
(eq (cdr (or (assq '*entity-button situation)
(assq 'entity-button situation)))
'invisible)))