From: morioka Date: Mon, 26 Oct 1998 05:34:36 +0000 (+0000) Subject: (eword-encode-field-body): Don't eliminate top-spaces. X-Git-Tag: flim-1_11_2~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=89680def94bdd634fab175ed1da2c359cc283e71;p=elisp%2Fflim.git (eword-encode-field-body): Don't eliminate top-spaces. --- diff --git a/eword-encode.el b/eword-encode.el index 90abcc5..b72b906 100644 --- 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)