changeset 22029:7620443f1878

(unlock_file): Encode the file name.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 May 1998 15:52:28 +0000
parents 639be14b80ef
children 484c9b2f6308
files src/filelock.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Mon May 11 15:48:24 1998 +0000
+++ b/src/filelock.c	Mon May 11 15:52:28 1998 +0000
@@ -429,6 +429,7 @@
   register char *lfname;
 
   fn = Fexpand_file_name (fn, Qnil);
+  fn = ENCODE_FILE (fn);
 
   MAKE_LOCK_NAME (lfname, fn);