changeset 99248:847ff1d1650c

(vc-svn-diff): If files is nil don't set oldvers to nil so that log-view-diff-changeset works.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 30 Oct 2008 09:23:31 +0000
parents 5e58235427ba
children 57c1a97ddf78
files lisp/vc-svn.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-svn.el	Thu Oct 30 09:21:28 2008 +0000
+++ b/lisp/vc-svn.el	Thu Oct 30 09:23:31 2008 +0000
@@ -476,6 +476,7 @@
 (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))