]> git.eshelyaron.com Git - emacs.git/commit
Show buttons below vc-log even when REVISION is specified
authorDmitry Gutov <dmitry@gutov.dev>
Fri, 15 Dec 2023 23:36:47 +0000 (01:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 16 Dec 2023 19:14:04 +0000 (20:14 +0100)
commit7b9efe34e58ffdb3a64890a0752845d5fdac0f19
treeed6b912a81c568628ef397e28759b4280d2bd428
parent5ea96344b8e07abd91a71377e4ffa1033cf2c9a6
Show buttons below vc-log even when REVISION is specified

E.g. in the vc-print-branch-log which specifies start revision.

* lisp/vc/vc.el (vc-print-log-internal): Remove outdated comment.
(vc-print-log-setup-buttons): Only special-case non-nil
IS-START-REVISION when LIMIT=1.  We often do need buttons for logs
that start with a particular revision, because those are still limited
by vc-log-show-limit.

(cherry picked from commit e154c81c0bfcd2159a3c86e53d7281dfd5797088)
lisp/vc/vc.el