projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e2aaf
)
* lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 Jan 2018 20:33:08 +0000
(15:33 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 Jan 2018 20:33:08 +0000
(15:33 -0500)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 7c502f88df953d0e1bbd9c6bb7a0a70eb04ad46b..f8d63d1498a8f83518f032894c62c298abb716f2 100644
(file)
--- 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