]> git.eshelyaron.com Git - emacs.git/commit
Fix file lock issue (Bug#46397)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Feb 2021 18:50:44 +0000 (10:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Feb 2021 18:58:40 +0000 (10:58 -0800)
commit4459dcc07865f6ae1f21f624fcb09cf8fdaecdb5
tree676788b7ac961a576db9114aabaaedf3f204bee3
parent21e475ea0c0d04ae7634f377ed64fe179388b133
Fix file lock issue (Bug#46397)

* src/filelock.c (current_lock_owner):
Also treat ENOTDIR as meaning the lock file does not exist.
src/filelock.c