From d0d1ae8a9138c87d4f30589521718e364d4db9ac Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 7 Aug 2005 23:47:44 +0000 Subject: [PATCH] Synch to No Gnus 200508072247. --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4