From ed6ce56e2326fb8b257e63e015598ad74b5fd35c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Dec 2014 17:56:41 -0500 Subject: Terminate vc-disable-async-diff with extreme prejudice. * vc/vc.el, and all backends: API cleanup; the backend diff method takes an explicit async flag. This eliminates a particularly ugly global. --- lisp/vc/vc-svn.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/vc/vc-svn.el') 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" -- cgit v1.2.1