]> git.eshelyaron.com Git - emacs.git/commitdiff
Further tweak point placement on gnus-summary-select-article-buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 19:58:25 +0000 (21:58 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 19:58:25 +0000 (21:58 +0200)
* lisp/gnus/gnus-sum.el (gnus-summary-select-article-buffer):
Place point in the empty space between headers and body.

lisp/gnus/gnus-sum.el

index 0a7b233a480c3698e19d80057bc47b255c5c322a..aed5aaf01eb78f030b646247747231b5fdfaa449 100644 (file)
@@ -7071,7 +7071,8 @@ buffer."
     ;; If we've just selected the message, place point at the start of
     ;; the body because that's probably where we want to be.
     (when (bobp)
-      (article-goto-body))))
+      (article-goto-body)
+      (forward-char -1))))
 
 (defun gnus-summary-universal-argument (arg)
   "Perform any operation on all articles that are process/prefixed."