(message-goto-eoh): Move point to just the end of the headers. (Sync up with
authorkeiichi <keiichi>
Wed, 14 Jul 1999 00:18:13 +0000 (00:18 +0000)
committerkeiichi <keiichi>
Wed, 14 Jul 1999 00:18:13 +0000 (00:18 +0000)
gnus-6_10)

lisp/message.el

index ebab73d..dd9f186 100644 (file)
@@ -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.