projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6999c2
)
* eword-decode.el (eword-decode-header): Set default-mime-charset when
author
akr
<akr>
Mon, 23 Mar 1998 11:44:45 +0000
(11:44 +0000)
committer
akr
<akr>
Mon, 23 Mar 1998 11:44:45 +0000
(11:44 +0000)
calling `eword-decode-region'.
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
897b942
..
9a0b946
100644
(file)
--- a/
eword-decode.el
+++ b/
eword-decode.el
@@
-474,7
+474,8
@@
If SEPARATOR is not nil, it is used as header separator."
(save-restriction
(narrow-to-region beg (1+ end))
(goto-char p)
- (eword-decode-region beg (point-max) 'unfold)
+ (let ((default-mime-charset default-charset))
+ (eword-decode-region beg (point-max) 'unfold))
(goto-char (point-max))
)))))
(eword-decode-region (point-min) (point-max) t)