From: yamaoka Date: Mon, 12 Jul 1999 22:38:27 +0000 (+0000) Subject: (message-goto-eoh): Move point to just the end of the headers. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4ff1b397044f6d1059bc03e1d366f00225cffb16;p=elisp%2Fgnus.git- (message-goto-eoh): Move point to just the end of the headers. --- diff --git a/lisp/message.el b/lisp/message.el index 55530ec..61d7def 100644 --- 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.