From: yoichi Date: Wed, 2 Oct 2002 09:39:23 +0000 (+0000) Subject: Fix comment X-Git-Tag: wl-2_11_1~120 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3912f3c112004dc7631c82bf6185608ebbe256;p=elisp%2Fwanderlust.git Fix comment --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 6ecaef7..a0c0095 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4379,7 +4379,7 @@ If ARG, exit virtual folder." (wl-summary-delete-all-temp-marks) (encode-coding-region (point-min) (point-max) - (or (and wl-on-mule ; one in mcs-ltn1 cannot take 2 arg. + (or (and wl-on-mule ; one in mcs-ltn1(apel<10.4) cannot take 2 arg. (mime-charset-to-coding-system charset 'LF)) ;; Mule 2 doesn't have `*ctext*unix'. (mime-charset-to-coding-system charset)))