diff options
Diffstat (limited to 'lisp/vc/vc-svn.el')
-rw-r--r-- | lisp/vc/vc-svn.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index 03fb32154c2..54b998df9d5 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -573,8 +573,7 @@ If LIMIT is non-nil, show no more than this many entries." (vc-switches 'SVN 'diff) (list (concat "--diff-cmd=" diff-command) "-x" (mapconcat 'identity (vc-switches nil 'diff) " ")))) - (async (and (not vc-disable-async-diff) - (or oldvers newvers)))) ; Svn diffs those locally. + (async (or oldvers newvers))) ; Svn diffs those locally. (apply 'vc-svn-command buffer (if async 'async 0) files "diff" |