From: akr Date: Mon, 24 May 1999 15:29:50 +0000 (+0000) Subject: fix multibyteness problem. X-Git-Tag: doodle-1_12_6~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cd85845803bc688d402db315198372d0351d4456;p=elisp%2Fflim.git fix multibyteness problem. --- 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))