From: yoichi Date: Sun, 17 Mar 2002 10:03:57 +0000 (+0000) Subject: Update. X-Git-Tag: elmo-mark-root~249 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f2180d6315a753e510230260cd5c2d667373d5;p=elisp%2Fwanderlust.git Update. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index a1b928b..fc1fb36 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,7 +1,7 @@ 2002-03-17 Yoichi NAKAYAMA * 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 diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 38ce254..19c8d6f 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -5015,7 +5015,7 @@ Use function list is `wl-summary-write-current-folder-functions'." (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)))