aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 663d89b9dfc..63f4e698528 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3551,7 +3551,9 @@ in the permissions of newly created files will be disabled.
3551 3551
3552Note that when `write-region' creates a file, it resets the 3552Note that when `write-region' creates a file, it resets the
3553execute bit, even if the mask set by this function allows that bit 3553execute bit, even if the mask set by this function allows that bit
3554by having the corresponding bit in the mask reset. */) 3554by having the corresponding bit in the mask reset.
3555
3556See also `with-file-modes'. */)
3555 (Lisp_Object mode) 3557 (Lisp_Object mode)
3556{ 3558{
3557 mode_t oldrealmask, oldumask, newumask; 3559 mode_t oldrealmask, oldumask, newumask;