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:
4a9521d
)
(mime-preview-multipart/alternative): Fix typo.
author
morioka
<morioka>
Mon, 8 Jun 1998 12:16:47 +0000
(12:16 +0000)
committer
morioka
<morioka>
Mon, 8 Jun 1998 12:16:47 +0000
(12:16 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
1d73007
..
3e977e7
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-588,7
+588,7
@@
MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default."
(copy-alist situation))))
)
(setq children (cdr children)
- situation (cdr situations)
+ situations (cdr situations)
i (1+ i))
)))