2002-03-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-summary.el (wl-summary-write-current-folder): If it cannot
- guess anything, call wl-summary-write interactively.
+ guess anything, call wl-summary-write.
* wl-draft.el (wl-draft): Undo unnecessary part of the last change.
2002-03-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
(setq guess-func (car func-list))
(setq func-list nil)))
(if (null guess-func)
- (call-interactively 'wl-summary-write)
+ (wl-summary-write)
(unless (or (stringp (nth 0 guess-list))
(stringp (nth 1 guess-list))
(stringp (nth 2 guess-list)))