From: yoichi Date: Tue, 31 Dec 2002 08:16:20 +0000 (+0000) Subject: Fix the last change X-Git-Tag: merged-trunk-to-elmo-mark-14~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e4bf86237e5c5bece07c9767e80f116120aae5cb;p=elisp%2Fwanderlust.git Fix the last change --- diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 901bb21..f1451c7 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -371,9 +371,8 @@ Reply to author if WITH-ARG is non-nil." ",")))) (throw 'done nil)) (setq r-list (cdr r-list))) - (error "No match field: check your `%s'" - (if with-arg "wl-draft-reply-with-argument-list" - "wl-draft-reply-without-argument-list"))) + (error "No match field: check your `wl-draft-reply-%s-argument-list'" + (if with-arg "with" "without"))) (setq subject (std11-field-body "Subject")) (setq to (wl-parse-addresses to) cc (wl-parse-addresses cc))