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:
d08e0a8
)
Synch to Gnus 200305070307.
author
yamaoka
<yamaoka>
Wed, 7 May 2003 03:11:03 +0000
(
03:11
+0000)
committer
yamaoka
<yamaoka>
Wed, 7 May 2003 03:11:03 +0000
(
03:11
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
4eb9564
..
fd04301
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2003-05-07 Jesper Harder <harder@ifa.au.dk>
+
+ * message.el (message-kill-to-signature): Fix.
+
2003-05-06 Jesper Harder <harder@ifa.au.dk>
* gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
diff --git
a/lisp/message.el
b/lisp/message.el
index
df307d8
..
13e284e
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-2883,7
+2883,7
@@
With the prefix argument FORCE, insert the header anyway."
(let ((point (point)))
(message-goto-signature)
(unless (eobp)
- (forward-line -2))
+ (end-of-line -1))
(kill-region point (point))
(unless (bolp)
(insert "\n"))))