diff options
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 596afd15525..4c54ac59d67 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -7073,7 +7073,7 @@ buffer." (select-window (get-buffer-window gnus-article-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. - (if (not (bobp)) + (if (not (= point (point-min))) (goto-char point) (article-goto-body) (forward-char -1))))) |
