From: akr Date: Thu, 14 May 1998 13:07:43 +0000 (+0000) Subject: eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'. X-Git-Tag: flam-1_3_0~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e896a4fe741e1127888fd800423dc2ac0fc4b063;p=elisp%2Fflim.git eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'. --- diff --git a/ChangeLog b/ChangeLog index fbd4df1..a488c4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-05-14 Tanaka Akira + + * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'. + 1998-05-13 Tanaka Akira * mime-def.el: Fix typo. diff --git a/eword-decode.el b/eword-decode.el index 938d666..a8f34b5 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -597,7 +597,7 @@ be the result." (setq p (or p len)) (cons (cons 'comment (eword-decode-comment - (substring string 0 p) + (std11-unfold-string (substring string 0 p)) default-mime-charset)) (substring string p))) nil)))