comparison src/process.c @ 1886:dd2e31cbf205

* process.c (Fstart_process): Jimb's change of December 11 had a misplaced paren. This only became apparent because of jimb's change on February 8 to Fexpand_file_name. * callproc.c (Fcall_process): Ditto.
author Michael I. Bushnell <mib@gnu.org>
date Thu, 18 Feb 1993 03:43:45 +0000
parents d01c59bac5c1
children 3ddb163a9201
comparison
equal deleted inserted replaced
1885:9e79ffe97d5b 1886:dd2e31cbf205
985 985
986 GCPRO2 (buffer, current_dir); 986 GCPRO2 (buffer, current_dir);
987 987
988 current_dir = 988 current_dir =
989 expand_and_dir_to_file 989 expand_and_dir_to_file
990 (Funhandled_file_name_directory (current_dir, Qnil)); 990 (Funhandled_file_name_directory (current_dir), Qnil);
991 if (NILP (Ffile_accessible_directory_p (current_dir))) 991 if (NILP (Ffile_accessible_directory_p (current_dir)))
992 report_file_error ("Setting current directory", 992 report_file_error ("Setting current directory",
993 Fcons (current_buffer->directory, Qnil)); 993 Fcons (current_buffer->directory, Qnil));
994 994
995 UNGCPRO; 995 UNGCPRO;