aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorStefan Monnier2008-02-06 03:16:10 +0000
committerStefan Monnier2008-02-06 03:16:10 +0000
commitca3199106fe185dd5d42e5086a7e5c4f7ea10659 (patch)
treeefb194ceb0a413d37973cfdebd24ab574c1d0d3c /src/fileio.c
parentf9ffa1eabb499f073b72015041ac2ed1d10f34e7 (diff)
downloademacs-ca3199106fe185dd5d42e5086a7e5c4f7ea10659.tar.gz
emacs-ca3199106fe185dd5d42e5086a7e5c4f7ea10659.zip
* process.c (Fstart_process):
* callproc.c (Fcall_process): Handle the case where Funhandled_file_name_directory returns nil.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 26020732160..76d076f75b2 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -532,6 +532,8 @@ A `directly usable' directory name is one that may be used without the
532intervention of any file handler. 532intervention of any file handler.
533If FILENAME is a directly usable file itself, return 533If FILENAME is a directly usable file itself, return
534\(file-name-directory FILENAME). 534\(file-name-directory FILENAME).
535If FILENAME refers to a file which is not accessible from a local process,
536then this should return nil.
535The `call-process' and `start-process' functions use this function to 537The `call-process' and `start-process' functions use this function to
536get a current directory to run processes in. */) 538get a current directory to run processes in. */)
537 (filename) 539 (filename)