From: keiichi Date: Wed, 14 Jul 1999 00:18:13 +0000 (+0000) Subject: (message-goto-eoh): Move point to just the end of the headers. (Sync up with X-Git-Tag: nana-gnus-6_12_19~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cad10037e9bd80d774e18ce83ab08c7badd984e7;p=elisp%2Fgnus.git- (message-goto-eoh): Move point to just the end of the headers. (Sync up with gnus-6_10) --- diff --git a/lisp/message.el b/lisp/message.el index ebab73d..dd9f186 100644 --- 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.