diff options
| author | Stefan Monnier | 2008-02-06 03:16:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-06 03:16:10 +0000 |
| commit | ca3199106fe185dd5d42e5086a7e5c4f7ea10659 (patch) | |
| tree | efb194ceb0a413d37973cfdebd24ab574c1d0d3c /src/fileio.c | |
| parent | f9ffa1eabb499f073b72015041ac2ed1d10f34e7 (diff) | |
| download | emacs-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.c | 2 |
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 | |||
| 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) |