From: pashky Date: Tue, 5 Mar 2013 23:18:14 +0000 (+0400) Subject: SVN needs nil diff switches too to revert to -U0 context X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/4c79a96bf197407d127a10aa244bb9c82d454ce5 SVN needs nil diff switches too to revert to -U0 context --- diff --git a/diff-hl.el b/diff-hl.el index ec0c156de..518a5d806 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -123,6 +123,7 @@ (defmacro diff-hl-with-diff-switches (body) `(let ((vc-git-diff-switches nil) (vc-hg-diff-switches nil) + (vc-svn-diff-switches nil) (vc-diff-switches '("-U0")) (vc-disable-async-diff t)) ,body))