aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorYuuki Harano2021-07-04 22:37:03 +0900
committerYuuki Harano2021-07-04 22:37:03 +0900
commit492a0ae5927eda83b65dd08d3e1655a62fc2c43d (patch)
tree8bb6a39483236c3a4574c93b37b0a81b8f639bb0 /src/process.c
parent01b0a909b5ca858a09484821cc866127652f4153 (diff)
parent2f2afa0b310bbce43a8703f5467b2638082abdd9 (diff)
downloademacs-492a0ae5927eda83b65dd08d3e1655a62fc2c43d.tar.gz
emacs-492a0ae5927eda83b65dd08d3e1655a62fc2c43d.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
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);