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:
659ed66
)
(eword-encode-field-body): Don't eliminate top-spaces.
author
morioka
<morioka>
Mon, 26 Oct 1998 05:34:36 +0000
(
05:34
+0000)
committer
morioka
<morioka>
Mon, 26 Oct 1998 05:34:36 +0000
(
05:34
+0000)
eword-encode.el
patch
|
blob
|
history
diff --git
a/eword-encode.el
b/eword-encode.el
index
90abcc5
..
b72b906
100644
(file)
--- a/
eword-encode.el
+++ b/
eword-encode.el
@@
-596,7
+596,6
@@
Optional argument COLUMN is start-position of the field."
"Encode FIELD-BODY as FIELD-NAME, and return the result.
A lexical token includes non-ASCII character is encoded as MIME
encoded-word. ASCII token is not encoded."
- (setq field-body (eliminate-top-spaces field-body))
(if (string= field-body "")
""
(let (start)