Mercurial > emacs
changeset 83821:86c05b1c8884
(vc-svn-diff-tree): Pass a list to vc-svn-diff.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 31 Aug 2007 14:07:49 +0000 |
parents | 97ba59b822d7 |
children | 8404d44e8ab8 |
files | lisp/ChangeLog lisp/vc-svn.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 31 13:41:31 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 31 14:07:49 2007 +0000 @@ -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,Ak(Bl Cadilhac <michael@cadilhac.name> * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
--- a/lisp/vc-svn.el Fri Aug 31 13:41:31 2007 +0000 +++ b/lisp/vc-svn.el Fri Aug 31 14:07:49 2007 +0000 @@ -433,7 +433,7 @@ (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