comparison src/callproc.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 62ecf0c5b54c
children f0d4fb2b9157
comparison
equal deleted inserted replaced
1885:9e79ffe97d5b 1886:dd2e31cbf205
185 185
186 GCPRO3 (infile, buffer, current_dir); 186 GCPRO3 (infile, buffer, current_dir);
187 187
188 current_dir = 188 current_dir =
189 expand_and_dir_to_file 189 expand_and_dir_to_file
190 (Funhandled_file_name_directory (current_dir, Qnil)); 190 (Funhandled_file_name_directory (current_dir), Qnil);
191 if (NILP (Ffile_accessible_directory_p (current_dir))) 191 if (NILP (Ffile_accessible_directory_p (current_dir)))
192 report_file_error ("Setting current directory", 192 report_file_error ("Setting current directory",
193 Fcons (current_buffer->directory, Qnil)); 193 Fcons (current_buffer->directory, Qnil));
194 194
195 UNGCPRO; 195 UNGCPRO;