]> code.delx.au - gnu-emacs/commitdiff
(vc-svn-diff-tree): Pass a list to vc-svn-diff.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 31 Aug 2007 14:07:49 +0000 (14:07 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 31 Aug 2007 14:07:49 +0000 (14:07 +0000)
lisp/ChangeLog
lisp/vc-svn.el

index 255aad43bc4faf7fa3cb59cf0b24458a797a0194..c63c019d5abd1bf7aeb401c1eaf8e52c1f1a126a 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
+
 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
index 0b34c30f630ce169384ab9e82ed30f5f303f1993..7dc0bea54d8b7a176f4f59602fbbae87ad94cec3 100644 (file)
@@ -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