2004-06-22 Yoichi NAKAYAMA <yoichi@geiin.org>
- * wl-summary.el (wl-summary-delete-all-target-marks): New function
- to delete target marks only.
- (wl-summary-target-mark-forward): Use it.
+ * wl-summary.el (wl-summary-target-mark-forward): Use
+ `wl-summary-delete-all-target-marks' instead of
+ `wl-summary-delete-all-temp-marks'.
(wl-summary-target-mark-reply-with-citation): Ditto.
(wl-summary-target-mark-uudecode): Ditto.
(wl-summary-target-mark-set-flags): Ditto and remove needless
'update nil nil t)
(run-hooks 'wl-summary-virtual-hook)))
-(defun wl-summary-delete-all-target-marks ()
- (let (wl-summary-buffer-temp-mark-list)
- (wl-summary-delete-all-temp-marks)))
-
(defun wl-summary-delete-all-temp-marks (&optional no-msg force)
"Erase all temp marks from buffer."
(interactive)