bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31764: 26.1; Point in VC change log is not centered as documented


From: Carlos Pita
Subject: bug#31764: 26.1; Point in VC change log is not centered as documented
Date: Fri, 8 Jun 2018 19:10:38 -0300

As a workaround I installed this advice:

(advice-add 'vc-print-log
        :filter-args (lambda (args)
               (cons (or (car args)
                     (vc-working-revision (buffer-file-name)))
                 (cdr args))))

The default that it sets feels like the right fix (so that nil could
mean "don't move") to me but I'm not sure.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]