Variable: gnus-backup-startup-file
gnus-backup-startup-file is a customizable variable defined in
gnus-start.el.gz.
Value
never
Documentation
Control use of version numbers for backups of gnus-startup-file.
This variable takes the same values as the version-control
variable.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-backup-startup-file 'never
"Control use of version numbers for backups of `gnus-startup-file'.
This variable takes the same values as the `version-control'
variable."
:version "22.1"
:group 'gnus-start
:type '(choice (const :tag "Never" never)
(const :tag "If existing" nil)
(other :tag "Always" t)))