2003-03-02 Jeremy Shaw <jeremy.shaw@lindows.com>
authoryoichi <yoichi>
Sun, 2 Mar 2003 01:50:14 +0000 (01:50 +0000)
committeryoichi <yoichi>
Sun, 2 Mar 2003 01:50:14 +0000 (01:50 +0000)
* wl-draft.el (wl-draft-reply): Fixed.

wl/ChangeLog
wl/wl-draft.el

index e3f3190..dd9445f 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
+
+       * wl-draft.el (wl-draft-reply): Fixed.
+
 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
index 9e3c9dd..de4dd80 100644 (file)
@@ -369,7 +369,7 @@ Reply to author if WITH-ARG is non-nil."
                                              r-to-list))
                                       ",")))
            (if (and r-cc-list (symbolp r-cc-list))
-               (setq cc (wl-concat-list (funcall r-to-list) ","))
+               (setq cc (wl-concat-list (funcall r-cc-list) ","))
              (setq cc (wl-concat-list (cons cc
                                             (elmo-multiple-fields-body-list
                                              r-cc-list))