(eword-encode-field-body): Don't eliminate top-spaces.
authormorioka <morioka>
Mon, 26 Oct 1998 05:34:36 +0000 (05:34 +0000)
committermorioka <morioka>
Mon, 26 Oct 1998 05:34:36 +0000 (05:34 +0000)
eword-encode.el

index 90abcc5..b72b906 100644 (file)
@@ -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)