From: Dan Nicolaescu Date: Fri, 31 Aug 2007 14:07:49 +0000 (+0000) Subject: (vc-svn-diff-tree): Pass a list to vc-svn-diff. X-Git-Tag: emacs-pretest-23.0.90~11165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20f8ac737b3e00a8a03bc76591c68bb76c339a6e;p=emacs.git (vc-svn-diff-tree): Pass a list to vc-svn-diff. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 255aad43bc4..c63c019d5ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-31 Dan Nicolaescu + + * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. + 2007-08-31 Micha,Ak(Bl Cadilhac * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 0b34c30f630..7dc0bea54d8 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -433,7 +433,7 @@ The changes are between FIRST-VERSION and SECOND-VERSION." (defun vc-svn-diff-tree (dir &optional rev1 rev2) "Diff all files at and below DIR." - (vc-svn-diff (file-name-as-directory dir) rev1 rev2)) + (vc-svn-diff (list (file-name-as-directory dir)) rev1 rev2)) ;;; ;;; Snapshot system