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
4b7271c1
Commit
4b7271c1
authored
Jun 09, 1995
by
Karl Heuer
Browse files
(file-precious-flag): Doc clarification.
parent
ecb7cb34
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
lisp/files.el
lisp/files.el
+7
-1
No files found.
lisp/files.el
View file @
4b7271c1
...
...
@@ -131,7 +131,13 @@ 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.
Note that this forces backups to be made by copying.
This feature works by writing the new contents into a temporary file
and then renaming the temporary file to replace the original.
In this way, any I/O error in writing leaves the original untouched,
and there is never any instant where the file is nonexistent.
Note that this feature 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."
)
...
...
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