From 98b19b54db085e4330a23542f1bcc793e9fc51a6 Mon Sep 17 00:00:00 2001 From: keiichi Date: Wed, 14 Jul 1999 00:05:26 +0000 Subject: [PATCH] (message-goto-eoh): Move point to just the end of the headers. (Sync up with gnus-6_10) --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4