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

wl/ChangeLog
wl/wl-draft.el

index baf193b..f1cbc46 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
+
+       * wl-draft.el (wl-draft-reply): Fixed.
+
 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
index a572663..81fbd07 100644 (file)
@@ -329,7 +329,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))