(message-goto-eoh): Move point to just the end of the headers.
authoryamaoka <yamaoka>
Mon, 12 Jul 1999 22:38:27 +0000 (22:38 +0000)
committeryamaoka <yamaoka>
Mon, 12 Jul 1999 22:38:27 +0000 (22:38 +0000)
lisp/message.el

index 55530ec..61d7def 100644 (file)
@@ -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.