aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 81edb567ad9..819516d04bd 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -429,6 +429,7 @@ unlock_file (fn)
429 register char *lfname; 429 register char *lfname;
430 430
431 fn = Fexpand_file_name (fn, Qnil); 431 fn = Fexpand_file_name (fn, Qnil);
432 fn = ENCODE_FILE (fn);
432 433
433 MAKE_LOCK_NAME (lfname, fn); 434 MAKE_LOCK_NAME (lfname, fn);
434 435