+2002-10-21 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
+
2002-10-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-mime.el (wl-message-delete-current-part): Use `delete-region'
(widen)
(if (or (and wl-on-xemacs
zmacs-regions zmacs-region-active-p)
- (and transient-mark-mode mark-active))
+ (and (not wl-on-xemacs)
+ transient-mark-mode mark-active))
(wl-mime-preview-follow-current-region)
(mime-preview-follow-current-entity)))))))