projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063549a
)
fix multibyteness problem.
author
akr
<akr>
Mon, 24 May 1999 15:29:50 +0000
(15:29 +0000)
committer
akr
<akr>
Mon, 24 May 1999 15:29:50 +0000
(15:29 +0000)
TESTPAT-FLIM
patch
|
blob
|
history
diff --git
a/TESTPAT-FLIM
b/TESTPAT-FLIM
index
4526fb0
..
649ddca
100644
(file)
--- 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))