]> git.eshelyaron.com Git - emacs.git/commit
Encode the FILENAME argument of 'file-locked-p'
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2019 14:53:30 +0000 (17:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2019 14:53:30 +0000 (17:53 +0300)
commit91018cec0157f649a0b4b5db7399e683e7089093
treefdff9108ab0d18802bdbf592f03b3bb5ffad5c57
parent7dc0a06959ab5ebda2f2cc4ed31a1b66395e2cf9
Encode the FILENAME argument of 'file-locked-p'

* src/filelock.c (Ffile_locked_p): Encode the file name,
before passing it to system APIs.  (Bug#35171)
src/filelock.c