From 76f2180d6315a753e510230260cd5c2d667373d5 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 17 Mar 2002 10:03:57 +0000 Subject: [PATCH] Update. --- wl/ChangeLog | 2 +- wl/wl-summary.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))) -- 1.7.10.4