comparison lisp/files.el @ 12105:ecc3d54df49e

(file-precious-flag): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 07 Jun 1995 20:45:11 +0000
parents 5d44c48f3b7b
children bd3e59a5c0b3
comparison
equal deleted inserted replaced
12104:10197e4b3fb2 12105:ecc3d54df49e
128 (make-variable-buffer-local 'buffer-file-number) 128 (make-variable-buffer-local 'buffer-file-number)
129 (put 'buffer-file-number 'permanent-local t) 129 (put 'buffer-file-number 'permanent-local t)
130 130
131 (defconst file-precious-flag nil 131 (defconst file-precious-flag nil
132 "*Non-nil means protect against I/O errors while saving files. 132 "*Non-nil means protect against I/O errors while saving files.
133 Some modes set this non-nil in particular buffers.") 133 Some modes set this non-nil in particular buffers.
134 Note that this forces backups to be made by copying.
135 Yet, at the same time, saving a precious file
136 breaks any hard links between it and other files.")
134 137
135 (defvar version-control nil 138 (defvar version-control nil
136 "*Control use of version numbers for backup files. 139 "*Control use of version numbers for backup files.
137 t means make numeric backup versions unconditionally. 140 t means make numeric backup versions unconditionally.
138 nil means make them for files that have some already. 141 nil means make them for files that have some already.