# HG changeset patch # User Glenn Morris # Date 1222624620 0 # Node ID a0d0310a78a73b1324a59f42bfebaa75b6ddc1e6 # Parent cbbaeba5093dfb904720091e8d01ef4c0e891bf6 Fix previous change. diff -r cbbaeba5093d -r a0d0310a78a7 lisp/vc.el --- a/lisp/vc.el Sun Sep 28 17:54:50 2008 +0000 +++ b/lisp/vc.el Sun Sep 28 17:57:00 2008 +0000 @@ -1405,7 +1405,7 @@ In decreasing order of preference, returns the value of: vc-BACKEND-OP-switches (e.g. `vc-cvs-diff-switches'); vc-OP-switches (e.g. `vc-diff-switches'); or, in the case of -diff only, `vc-diff-switches'. +diff only, `diff-switches'. If the chosen value is not a string or a list, returns nil. This is so that you may set, e.g. `vc-svn-diff-switches' to t in order