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:
8bea4f5
)
eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
author
akr
<akr>
Thu, 14 May 1998 13:07:43 +0000
(13:07 +0000)
committer
akr
<akr>
Thu, 14 May 1998 13:07:43 +0000
(13:07 +0000)
ChangeLog
patch
|
blob
|
history
eword-decode.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
fbd4df1
..
a488c4e
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+1998-05-14 Tanaka Akira <akr@jaist.ac.jp>
+
+ * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
+
1998-05-13 Tanaka Akira <akr@jaist.ac.jp>
* mime-def.el: Fix typo.
diff --git
a/eword-decode.el
b/eword-decode.el
index
938d666
..
a8f34b5
100644
(file)
--- 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)))