From 09c6e72e599a0ef7ec3b02441381d798fab0067b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 30 Oct 2008 09:23:31 +0000 Subject: [PATCH] (vc-svn-diff): If files is nil don't set oldvers to nil so that log-view-diff-changeset works. --- lisp/vc-svn.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 26e18d06d71..a53b478d226 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -476,6 +476,7 @@ or svn+ssh://." (defun vc-svn-diff (files &optional oldvers newvers buffer) "Get a difference report using SVN between two revisions of fileset FILES." (and oldvers + files (catch 'no (dolist (f files) (or (equal oldvers (vc-working-revision f)) -- 2.39.2