diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
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 | ||
| 3552 | Note that when `write-region' creates a file, it resets the | 3552 | Note that when `write-region' creates a file, it resets the |
| 3553 | execute bit, even if the mask set by this function allows that bit | 3553 | execute bit, even if the mask set by this function allows that bit |
| 3554 | by having the corresponding bit in the mask reset. */) | 3554 | by having the corresponding bit in the mask reset. |
| 3555 | |||
| 3556 | See 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; |