From cd85845803bc688d402db315198372d0351d4456 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 May 1999 15:29:50 +0000 Subject: [PATCH] fix multibyteness problem. --- TESTPAT-FLIM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTPAT-FLIM b/TESTPAT-FLIM index 4526fb0..649ddca 100644 --- a/TESTPAT-FLIM +++ b/TESTPAT-FLIM @@ -21,7 +21,7 @@ (goto-char (point-min)) (std11-narrow-to-header mail-header-separator) (std11-field-end) - (std11-unfold-string (buffer-substring (point-min) (point)))))) + (string-as-multibyte (lf-to-crlf (std11-unfold-string (buffer-substring (point-min) (point)))))))) (defun encode-flim (src &rest opts) (setq src (crlf-to-lf src)) -- 1.7.10.4