* wl-action.el (wl-summary-target-mark-set-action): Stop if
authoryoichi <yoichi>
Thu, 3 Jun 2004 18:48:29 +0000 (18:48 +0000)
committeryoichi <yoichi>
Thu, 3 Jun 2004 18:48:29 +0000 (18:48 +0000)
marked message does not exist.

wl/ChangeLog
wl/wl-action.el

index 15877bb..5c3f905 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-action.el (wl-summary-target-mark-set-action): Stop if
+       marked message does not exist.
+
 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
 
        * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
index 9c07368..a535b0b 100644 (file)
@@ -135,6 +135,7 @@ Return number if put mark succeed"
                (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)))