From: keiichi Date: Wed, 14 Jul 1999 00:05:26 +0000 (+0000) Subject: (message-goto-eoh): Move point to just the end of the headers. (Sync up with X-Git-Tag: nana-gnus-6_13_3~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=98b19b54db085e4330a23542f1bcc793e9fc51a6;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 43f039c..ff9a78b 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.