From: Stefan Monnier Date: Wed, 3 Jan 2018 20:33:08 +0000 (-0500) Subject: * lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list! X-Git-Tag: emacs-26.0.91~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=687af4c8e88a4abc004f6afb00fc724d38a12712;p=emacs.git * lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list! --- diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7c502f88df9..f8d63d1498a 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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