Fix the last change
authoryoichi <yoichi>
Tue, 31 Dec 2002 08:16:20 +0000 (08:16 +0000)
committeryoichi <yoichi>
Tue, 31 Dec 2002 08:16:20 +0000 (08:16 +0000)
wl/wl-draft.el

index 901bb21..f1451c7 100644 (file)
@@ -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))