diff options
| author | Richard M. Stallman | 1998-05-11 15:52:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-11 15:52:28 +0000 |
| commit | 88eace34a7eb8a5e72c7d5d08787369e653607c9 (patch) | |
| tree | 3f13f40cdac041484c63629af01ee35d08a4f436 /src | |
| parent | 38023020788a342bbe71ebbf30c3b4d1fd8c4155 (diff) | |
| download | emacs-88eace34a7eb8a5e72c7d5d08787369e653607c9.tar.gz emacs-88eace34a7eb8a5e72c7d5d08787369e653607c9.zip | |
(unlock_file): Encode the file name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 1 |
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 | ||