Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
560f4415
Commit
560f4415
authored
Jun 07, 1995
by
Karl Heuer
Browse files
(file-precious-flag): Doc fix.
parent
1e89de84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/files.el
lisp/files.el
+4
-1
No files found.
lisp/files.el
View file @
560f4415
...
...
@@ -130,7 +130,10 @@ If the buffer is visiting a new file, the value is nil.")
(
defconst
file-precious-flag
nil
"*Non-nil means protect against I/O errors while saving files.
Some modes set this non-nil in particular buffers."
)
Some modes set this non-nil in particular buffers.
Note that this forces backups to be made by copying.
Yet, at the same time, saving a precious file
breaks any hard links between it and other files."
)
(
defvar
version-control
nil
"*Control use of version numbers for backup files.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment