comparison src/fileio.c @ 91551:f14242124fd7

* process.c (Fstart_process): * callproc.c (Fcall_process): Handle the case where Funhandled_file_name_directory returns nil.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 Feb 2008 03:16:10 +0000
parents c70e45a7acfd
children 507bcfb4342c
comparison
equal deleted inserted replaced
91550:83267bc0360a 91551:f14242124fd7
530 doc: /* Return a directly usable directory name somehow associated with FILENAME. 530 doc: /* Return a directly usable directory name somehow associated with FILENAME.
531 A `directly usable' directory name is one that may be used without the 531 A `directly usable' directory name is one that may be used without the
532 intervention of any file handler. 532 intervention of any file handler.
533 If FILENAME is a directly usable file itself, return 533 If FILENAME is a directly usable file itself, return
534 \(file-name-directory FILENAME). 534 \(file-name-directory FILENAME).
535 If FILENAME refers to a file which is not accessible from a local process,
536 then this should return nil.
535 The `call-process' and `start-process' functions use this function to 537 The `call-process' and `start-process' functions use this function to
536 get a current directory to run processes in. */) 538 get a current directory to run processes in. */)
537 (filename) 539 (filename)
538 Lisp_Object filename; 540 Lisp_Object filename;
539 { 541 {