]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-revision-other-window): Fix argument to backend function
authorJohan Bockgård <bojohan@gnu.org>
Thu, 4 Jun 2009 20:31:52 +0000 (20:31 +0000)
committerJohan Bockgård <bojohan@gnu.org>
Thu, 4 Jun 2009 20:31:52 +0000 (20:31 +0000)
revision-completion-table; it expects a list.

lisp/ChangeLog
lisp/vc.el

index d21902e9ef51efd567b136124d47cd235b818ef8..74ade1574ada1c76750ff30d87f382343c530018 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-04  Johan Bockgård  <bojohan@gnu.org>
+
+       * vc.el (vc-revision-other-window): Fix argument to backend
+       function revision-completion-table; it expects a list.
+
 2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * frame.el (delete-other-frames): Only delete frames on the
index 77243192f7876160d8148314726856f69a045c07..bbef5df756bffbdc6cbefcdd92a58b3a9c0d36aa 100644 (file)
@@ -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