Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9110d6a
Commit
b9110d6a
authored
Dec 29, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Bug#.
parent
09450bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+2
-2
No files found.
src/ChangeLog
View file @
b9110d6a
2011-12-29 Paul Eggert <eggert@cs.ucla.edu>
emacs: fix an auto-save permissions race condition
emacs: fix an auto-save permissions race condition
(Bug#10400)
* fileio.c (auto_saving_dir_umask): New static var.
(Fmake_directory_internal): Use it.
(do_auto_save_make_dir): Set it, instead of invoking chmod after
creating the directory. The old code temporarily assigns
too-generous permissions to the directory.
(do_auto_save_eh): Clear it.
(Fdo_auto_save): Catch all err
r
ors, not just file errors, so
(Fdo_auto_save): Catch all errors, not just file errors, so
that the var is always cleared.
2011-12-28 Kenichi Handa <handa@m17n.org>
...
...
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