• Paul Eggert's avatar
    `write-region-inhibit-fsync' defaults to noninteractive. · cbee2131
    Paul Eggert authored
    * cmdargs.texi (Initial Options):
    * files.texi (Customize Save): Document this.
    * etc/NEWS: Document this.
    * src/fileio.c (syms_of_fileio): Implement this.
    * src/filelock.c (create_lock_file): If symbolic links don't work, so
    we use a regular file as a lock file, do not fsync the lock file;
    it's not needed.
    
    Fixes: debbugs:14273
    cbee2131
filelock.c 23.9 KB