* wl-summary.el (wl-summary-target-mark-refile-sub):
Remove a nuisance funcall.
+2002-05-16 Tatsuya Kinoshita <tats@iris.ne.jp>
+
+ * wl-summary.el (wl-summary-target-mark-refile-sub):
+ Remove a nuisance funcall.
+
2002-05-16 Yuuichi Teranishi <teranisi@gohome.org>
* wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
number (wl-summary-buffer-msgdb)))
(if (null entity)
(error "Cannot %s" copy-or-refile))
- (funcall function
- (setq folder (wl-summary-read-folder
- (wl-refile-guess entity)
- (format "for %s" copy-or-refile)))
- number)
+ (setq folder (wl-summary-read-folder
+ (wl-refile-guess entity)
+ (format "for %s" copy-or-refile)))
(goto-char (point-min))
(while (not (eobp))
(when (string= (wl-summary-temp-mark) "*")