From 89680def94bdd634fab175ed1da2c359cc283e71 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 26 Oct 1998 05:34:36 +0000 Subject: [PATCH] (eword-encode-field-body): Don't eliminate top-spaces. --- eword-encode.el | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4