summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorJohan Bockgård <bojohan@gnu.org>2009-06-04 20:31:52 +0000
committerJohan Bockgård <bojohan@gnu.org>2009-06-04 20:31:52 +0000
commitbea2e9691dfe67fde382a689ca2f7d3a33889d43 (patch)
treebd8ab3c46e2474294372b9eff84828f111b6e932 /lisp/vc.el
parent5e5ae184f41162f3bc8fa5eb05833aaa54bd7ad7 (diff)
downloademacs-bea2e9691dfe67fde382a689ca2f7d3a33889d43.tar.gz
(vc-revision-other-window): Fix argument to backend function
revision-completion-table; it expects a list.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 77243192f78..bbef5df756b 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1613,7 +1613,7 @@ If `F.~REV~' already exists, use it instead of checking it out again."
(save-current-buffer
(vc-ensure-vc-buffer)
(let ((completion-table
- (vc-call revision-completion-table buffer-file-name))
+ (vc-call revision-completion-table (list buffer-file-name)))
(prompt "Revision to visit (default is working revision): "))
(list
(if completion-table