marked message does not exist.
+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
(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)))