From 4c973555e35437ab312e85c5d5cbef33c0c91122 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Wed, 15 Nov 2000 19:52:04 +0000 Subject: [PATCH] Don't insert " ". --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/message.el b/lisp/message.el index 26728cd81..714354791 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1724,7 +1724,7 @@ With the prefix argument FORCE, insert the header anyway." (insert "\n\n\n") (delete-region (point) (re-search-forward "[ \t]*")) (when quoted - (insert quoted " ")) + (insert quoted)) (fill-paragraph nil) (goto-char point) (forward-line 1))) -- 2.25.1