* wl-action.el (wl-summary-target-mark): Remove duplicate definition.
authoryoichi <yoichi>
Sat, 26 Jul 2003 11:57:13 +0000 (11:57 +0000)
committeryoichi <yoichi>
Sat, 26 Jul 2003 11:57:13 +0000 (11:57 +0000)
wl/ChangeLog
wl/wl-action.el

index 5568e07..890ed92 100644 (file)
@@ -1,7 +1,8 @@
 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-action.el (wl-summary-action-docstring): Add more info.
-       (wl-summary-target-mark-region): Remove duplicate definition.
+       (wl-summary-target-mark, wl-summary-target-mark-region): Remove
+       duplicate definition.
        (wl-summary-define-mark-action): Functions wl-summary-*-region
        keep current position.
 
index 7c45b21..91bf804 100644 (file)
@@ -32,6 +32,7 @@
 (require 'wl-summary)
 
 (eval-when-compile
+  (defalias-maybe 'wl-summary-target-mark 'ignore)
   (defalias-maybe 'wl-summary-target-mark-region 'ignore))
 
 (defsubst wl-summary-action-mark (action)
@@ -850,12 +851,6 @@ If optional argument NUMBER is specified, unmark message specified by NUMBER."
   (interactive)
   (wl-summary-unset-mark number (interactive-p)))
 
-(defun wl-summary-target-mark (&optional number)
-  "Put target mark '*' on current message.
-If optional argument NUMBER is specified, mark message specified by NUMBER."
-  (interactive)
-  (wl-summary-set-mark "*" number (interactive-p)))
-
 (defun wl-summary-unmark-region (beg end)
   (interactive "r")
   (save-excursion