[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#44001: vc-print-log-setup-buttons leaves point at eob
From: |
Andrii Kolomoiets |
Subject: |
bug#44001: vc-print-log-setup-buttons leaves point at eob |
Date: |
Thu, 15 Oct 2020 09:52:40 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
Thien-Thi Nguyen <ttn@gnuvola.org> writes:
> I have the following in my ~/.emacs flow:
>
> ;; 2020-02-01
> ;;
> ;; As of Emacs 26 (or thereabouts), ‘C-x v l’ for files w/
> ;; "fewer" commits, leaves point at the end of the buffer,
> ;; whereas it used to leave it at the beginning, or rather on
Can you please provide receipt to reproduce this? For me, on Emacs 28:
1. emacs -Q
2. C-x C-f <file-under-git-repo>
3. C-x v l
The point is at the top log entry.