aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 93e9c25cbfd..41a76e0007e 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -2256,8 +2256,9 @@ earlier revisions. Show up to LIMIT entries (non-nil means unlimited)."
2256 (vc-call-backend bk 'print-log files-arg buf shortlog 2256 (vc-call-backend bk 'print-log files-arg buf shortlog
2257 (when is-start-revision working-revision) limit)) 2257 (when is-start-revision working-revision) limit))
2258 (lambda (_bk _files-arg ret) 2258 (lambda (_bk _files-arg ret)
2259 (vc-print-log-setup-buttons working-revision 2259 (save-excursion
2260 is-start-revision limit ret)) 2260 (vc-print-log-setup-buttons working-revision
2261 is-start-revision limit ret)))
2261 ;; When it's nil, point really shouldn't move (bug#15322). 2262 ;; When it's nil, point really shouldn't move (bug#15322).
2262 (when working-revision 2263 (when working-revision
2263 (lambda (bk) 2264 (lambda (bk)