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:
3e2d5f4
)
(message-goto-eoh): Move point to just the end of the headers. (Sync up with
author
keiichi
<keiichi>
Wed, 14 Jul 1999 00:18:13 +0000
(
00:18
+0000)
committer
keiichi
<keiichi>
Wed, 14 Jul 1999 00:18:13 +0000
(
00:18
+0000)
gnus-6_10)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
ebab73d
..
dd9f186
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-1563,7
+1563,7
@@
C-c C-r message-caesar-buffer-body (rot13 the message body)."
"Move point to the end of the headers."
(interactive)
(message-goto-body)
- (forward-line -2))
+ (forward-line -1))
(defun message-goto-signature ()
"Move point to the beginning of the message signature.