From 0e3912f3c112004dc7631c82bf6185608ebbe256 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 2 Oct 2002 09:39:23 +0000 Subject: [PATCH] Fix comment --- wl/wl-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.10.4