# HG changeset patch # User Kenichi Handa # Date 888909526 0 # Node ID 77d489dd420ad7e4046c9f2b8d0173d64ed92f06 # Parent eea2c6235bd13e8603045b8433befaddc739739e (Vdefault_file_name_coding_system): Extern it. (Fcall_process): Use ENCODE_FILE. diff -r eea2c6235bd1 -r 77d489dd420a src/callproc.c --- a/src/callproc.c Tue Mar 03 07:18:46 1998 +0000 +++ b/src/callproc.c Tue Mar 03 07:18:46 1998 +0000 @@ -120,7 +120,7 @@ extern Lisp_Object Vdoc_file_name; -extern Lisp_Object Vfile_name_coding_system; +extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system; /* Clean up when exiting Fcall_process. On MSDOS, delete the temporary file on any kind of termination. @@ -552,8 +552,7 @@ Qnil)); } - current_dir - = Fencode_coding_string (current_dir, Vfile_name_coding_system, Qt); + current_dir = ENCODE_FILE (current_dir); #ifdef MSDOS /* MW, July 1993 */ /* ??? Someone who knows MSDOG needs to check whether this properly