Function: vc-default-make-version-backups-p

vc-default-make-version-backups-p is a byte-compiled function defined in vc-hooks.el.gz.

Signature

(vc-default-make-version-backups-p BACKEND FILE)

Documentation

Return non-nil if unmodified versions should be backed up locally.

The default is to switch off this feature.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defun vc-default-make-version-backups-p (_backend _file)
  "Return non-nil if unmodified versions should be backed up locally.
The default is to switch off this feature."
  nil)