* lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user