Variable: backup-inhibited

backup-inhibited is a variable defined in files.el.gz.

Value

nil

Documentation

If non-nil, backups will be inhibited.

This variable is intended for use by making it local to a buffer, but it is not an automatically buffer-local variable.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
;; Do this so that local variables based on the file name
;; are not overridden by the major mode.
(defvar backup-inhibited nil
  "If non-nil, backups will be inhibited.
This variable is intended for use by making it local to a buffer,
but it is not an automatically buffer-local variable.")