diff 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
line wrap: on
line diff
--- a/src/fileio.c	Wed Feb 06 03:14:46 2008 +0000
+++ b/src/fileio.c	Wed Feb 06 03:16:10 2008 +0000
@@ -532,6 +532,8 @@
 intervention of any file handler.
 If FILENAME is a directly usable file itself, return
 \(file-name-directory FILENAME).
+If FILENAME refers to a file which is not accessible from a local process,
+then this should return nil.
 The `call-process' and `start-process' functions use this function to
 get a current directory to run processes in.  */)
      (filename)