From: Richard M. Stallman Date: Mon, 11 May 1998 15:52:28 +0000 (+0000) Subject: (unlock_file): Encode the file name. X-Git-Tag: emacs-20.3~1048 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88eace34a7eb8a5e72c7d5d08787369e653607c9;p=emacs.git (unlock_file): Encode the file name. --- 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) register char *lfname; fn = Fexpand_file_name (fn, Qnil); + fn = ENCODE_FILE (fn); MAKE_LOCK_NAME (lfname, fn);