Adapt log-view-diff for new VC API.
authorEric S. Raymond <esr@snark.thyrsus.com>
Sat, 20 Oct 2007 04:39:42 +0000 (04:39 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Sat, 20 Oct 2007 04:39:42 +0000 (04:39 +0000)
lisp/ChangeLog
lisp/log-view.el

index 6d6ab0d..cc7aa44 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
+
 2007-10-20  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/f90.el (f90-font-lock-keywords-2)
index 194afb8..1ee9691 100644 (file)
@@ -401,7 +401,7 @@ and ends."
         (goto-char end)
         (log-view-msg-next)
         (setq to (log-view-current-tag))))
-    (vc-version-diff (log-view-current-file) to fr)))
+    (vc-version-diff (list (log-view-current-file)) to fr)))
 
 (provide 'log-view)