From: yamaoka Date: Sun, 7 Aug 2005 23:47:44 +0000 (+0000) Subject: Synch to No Gnus 200508072247. X-Git-Tag: t-gnus-6_17_4-quimby-~431 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d0d1ae8a9138c87d4f30589521718e364d4db9ac;p=elisp%2Fgnus.git- Synch to No Gnus 200508072247. --- diff --git a/lisp/message.el b/lisp/message.el index 143b4ea..9d7cecc 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3145,7 +3145,7 @@ of lines before the signature intact." (end-of-line -1))) (unless (= point (point)) (kill-region point (point)) - (unless (bol) + (unless (bolp) (insert "\n"))))))) (defun message-newline-and-reformat (&optional arg not-break)