]> git.eshelyaron.com Git - emacs.git/commit
Fix error in filelock.c
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Jan 2022 10:45:38 +0000 (11:45 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Jan 2022 10:45:38 +0000 (11:45 +0100)
commitddba3c3dba539155e1b3835217a9e38bdf431185
treee82a4f38ad52845997a2ae51f3c856ba13c4a0a3
parent3dd47bde7a87bef332bd53f3e73c8d2bc64910c8
Fix error in filelock.c

* src/filelock.c (lock_file): Move call of file name handler to
`Flock_file'.  Determine lock_filename only in case
create_lockfiles is non-nil.  Adapt the rest of the function accordingly.
(Flock_file): Do not check for create_lockfiles.  Call file name
handler if appropriate.  (Bug#53207)
src/filelock.c