# HG changeset patch # User Glenn Morris # Date 1222968712 0 # Node ID 75e08f08f5e554ec104e468c14ac3222ac77c3b9 # Parent bc0b0571f554e6c48c341ced3befb2380fdac6c4 (vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches. diff -r bc0b0571f554 -r 75e08f08f5e5 lisp/vc-bzr.el --- a/lisp/vc-bzr.el Thu Oct 02 17:27:35 2008 +0000 +++ b/lisp/vc-bzr.el Thu Oct 02 17:31:52 2008 +0000 @@ -485,7 +485,7 @@ ;; `bzr diff' exits with code 1 if diff is non-empty. (apply #'vc-bzr-command "diff" (or buffer "*vc-diff*") 'async files "--diff-options" (mapconcat 'identity - (vc-diff-switches-list bzr) + (vc-switches 'bzr 'diff) " ") ;; This `when' is just an optimization because bzr-1.2 is *much* ;; faster when the revision argument is not given.