Variable: backup-enable-predicate

backup-enable-predicate is a variable defined in files.el.gz.

Value

normal-backup-enable-predicate

Documentation

Predicate that looks at a file name and decides whether to make backups.

Called with an absolute file name as argument, it returns t to enable backup.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar backup-enable-predicate 'normal-backup-enable-predicate
  "Predicate that looks at a file name and decides whether to make backups.
Called with an absolute file name as argument, it returns t to enable backup.")