Function: version-control-safe-local-p

version-control-safe-local-p is a byte-compiled function defined in files.el.gz.

Signature

(version-control-safe-local-p X)

Documentation

Return whether X is safe as local value for version-control.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defun version-control-safe-local-p (x)
  "Return whether X is safe as local value for `version-control'."
  (or (booleanp x) (equal x 'never)))