"*type" conditions are not specified, the entity should be regarded
as invisible.
+2001-09-24 Daiki Ueno <ueno@unixuser.org>
+
+ * mime-view.el (mime-preview-toggle-display): When both "type" and
+ "*type" conditions are not specified, the entity should be regarded
+ as invisible.
+
2004-09-27 Yoichi NAKAYAMA <yoichi@geiin.org>
* mime-edit.el (mime-edit-temp-message-buffer): Define.
(display)
(t
(setq display
- (eq (cdr (or (assq sym situation)
- (assq type situation)))
- 'invisible))))
+ (memq (cdr (or (assq sym situation)
+ (assq type situation)))
+ '(nil invisible)))))
(setq situation (put-alist sym (if display
'visible
'invisible)