[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#35171: 26.1; file-locked-p does not respect file-name-coding-system
From: |
Eli Zaretskii |
Subject: |
bug#35171: 26.1; file-locked-p does not respect file-name-coding-system |
Date: |
Sat, 06 Apr 2019 17:55:24 +0300 |
> Date: Sat, 6 Apr 2019 13:17:17 +0300 (EEST)
> From: Olli Helenius <liff@iki.fi>
>
> The ‘file-locked-p’ function does not call ‘ENCODE_FILE’ on its argument
> and thus can end up looking for a different file name than that which
> was generated by ‘lock-buffer’. Below is an Elisp expression that
> demonstrates the issue.
Thanks, fixed on the master branch.