instead of `kill-region'.
+2002-10-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
+ instead of `kill-region'.
+
2002-10-18 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-mime.el (wl-mime-preview-follow-current-region): New function
(wl-mime-node-id-to-string node-id))))
(with-temp-buffer
(insert-buffer orig-buf)
- (kill-region header-start body-end)
+ (delete-region header-start body-end)
(goto-char header-start)
(insert "Content-Type: text/plain; charset=US-ASCII\n\n")
(insert "** This part has been removed by Wanderlust **\n\n")