* lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!
This commit is contained in:
parent
43e2aafae3
commit
687af4c8e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue