(message-kill-to-signature): Typo.
[gnus] / lisp / message.el
index 2a52946..299f873 100644 (file)
@@ -2888,7 +2888,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)