(message-kill-to-signature): Typo.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 7 Aug 2005 22:47:05 +0000 (22:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 7 Aug 2005 22:47:05 +0000 (22:47 +0000)
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)