]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with lock file on nonstandard filesystem
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Oct 2019 01:15:14 +0000 (18:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Oct 2019 01:15:53 +0000 (18:15 -0700)
commite65be8cc5b623385ebe31aa0a1089e0de2b075b5
treec21f10ee7462b758e60a04f314406d271e64e521
parent48fdfd8b939654e5bde0ef5448e17e4336cdb229
Fix bug with lock file on nonstandard filesystem

* src/filelock.c (create_lock_file):
Don’t disable user write access to the lock file (Bug#37884).
src/filelock.c