diff options
Diffstat (limited to 'lisp/vc-svn.el')
| -rw-r--r-- | lisp/vc-svn.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
