From e896a4fe741e1127888fd800423dc2ac0fc4b063 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 14 May 1998 13:07:43 +0000 Subject: [PATCH] eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'. --- ChangeLog | 4 ++++ eword-decode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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))) -- 1.7.10.4