Synch to No Gnus 200508072247.
authoryamaoka <yamaoka>
Sun, 7 Aug 2005 23:47:44 +0000 (23:47 +0000)
committeryamaoka <yamaoka>
Sun, 7 Aug 2005 23:47:44 +0000 (23:47 +0000)
lisp/message.el

index 143b4ea..9d7cecc 100644 (file)
@@ -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)