* lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!

This commit is contained in:
Stefan Monnier 2018-01-03 15:33:08 -05:00
parent 43e2aafae3
commit 687af4c8e8

View file

@ -2428,7 +2428,7 @@ When called interactively with a prefix argument, prompt for REMOTE-LOCATION."
(with-current-buffer buf
(vc-call-backend backend 'region-history-mode)
(set (make-local-variable 'log-view-vc-backend) backend)
(set (make-local-variable 'log-view-vc-fileset) file)
(set (make-local-variable 'log-view-vc-fileset) (list file))
(set (make-local-variable 'revert-buffer-function)
(lambda (_ignore-auto _noconfirm)
(with-current-buffer buf