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:
c104812
)
(message-goto-eoh): Move point to just the end of the headers.
author
yamaoka
<yamaoka>
Mon, 12 Jul 1999 22:38:27 +0000
(22:38 +0000)
committer
yamaoka
<yamaoka>
Mon, 12 Jul 1999 22:38:27 +0000
(22:38 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
55530ec
..
61d7def
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-1543,7
+1543,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.