From 4ff1b397044f6d1059bc03e1d366f00225cffb16 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 12 Jul 1999 22:38:27 +0000 Subject: [PATCH] (message-goto-eoh): Move point to just the end of the headers. --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4