projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a13e9
)
Synch to No Gnus 200508072247.
author
yamaoka
<yamaoka>
Sun, 7 Aug 2005 23:47:44 +0000
(23:47 +0000)
committer
yamaoka
<yamaoka>
Sun, 7 Aug 2005 23:47:44 +0000
(23:47 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
143b4ea
..
9d7cecc
100644
(file)
--- 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)