Variable: vc-diff-added-files
vc-diff-added-files is a variable defined in vc.el.gz.
Value
nil
Documentation
If non-nil, diff added files by comparing them to /dev/null.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defvar vc-diff-added-files nil
"If non-nil, diff added files by comparing them to /dev/null.")