diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index ce71545c117..cc1afa8dc3e 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1755,7 +1755,7 @@ usage: (make-process &rest ARGS) */) | |||
| 1755 | buffer's current directory, or its unhandled equivalent. We | 1755 | buffer's current directory, or its unhandled equivalent. We |
| 1756 | can't just have the child check for an error when it does the | 1756 | can't just have the child check for an error when it does the |
| 1757 | chdir, since it's in a vfork. */ | 1757 | chdir, since it's in a vfork. */ |
| 1758 | current_dir = encode_current_directory (); | 1758 | current_dir = get_current_directory (true); |
| 1759 | 1759 | ||
| 1760 | name = Fplist_get (contact, QCname); | 1760 | name = Fplist_get (contact, QCname); |
| 1761 | CHECK_STRING (name); | 1761 | CHECK_STRING (name); |