Don't insert " ".
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 15 Nov 2000 19:52:04 +0000 (19:52 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 15 Nov 2000 19:52:04 +0000 (19:52 +0000)
lisp/message.el

index 26728cd..7143547 100644 (file)
@@ -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)))