2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-action.el (wl-summary-target-mark-set-action): Stop if
-       marked message does not exist.
+       target message does not exist.
 
 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
 
 
 
 (defun wl-summary-target-mark-set-action (action)
   (unless (eq (wl-summary-action-symbol action) 'target-mark)
+    (unless wl-summary-buffer-target-mark-list (error "no target"))
     (save-excursion
       (goto-char (point-min))
       (let ((numlist wl-summary-buffer-number-list)
                (setq number (car numlist)
                      numlist nil))
            (setq numlist (cdr numlist)))
-         (unless number (error "no target"))
          (wl-summary-jump-to-msg number)
          (setq data (funcall (wl-summary-action-argument-function action)
                              (wl-summary-action-symbol action) number)))