Fix the last change, remove duplicate function definition
authoryoichi <yoichi>
Mon, 21 Jun 2004 15:39:16 +0000 (15:39 +0000)
committeryoichi <yoichi>
Mon, 21 Jun 2004 15:39:16 +0000 (15:39 +0000)
wl/ChangeLog
wl/wl-summary.el

index b006ef5..aa65cee 100644 (file)
@@ -1,8 +1,8 @@
 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
index 0d715e1..298b655 100644 (file)
@@ -2822,10 +2822,6 @@ If ARG, exit virtual folder."
                                 '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)