diff options
Diffstat (limited to 'src')
| -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 9f2d379c330..2d0fb567943 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3910,7 +3910,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3910 | p->gnutls_boot_parameters = tem; | 3910 | p->gnutls_boot_parameters = tem; |
| 3911 | #endif | 3911 | #endif |
| 3912 | 3912 | ||
| 3913 | set_network_socket_coding_system (proc, service, host, name); | 3913 | set_network_socket_coding_system (proc, host, service, name); |
| 3914 | 3914 | ||
| 3915 | unbind_to (count, Qnil); | 3915 | unbind_to (count, Qnil); |
| 3916 | 3916 | ||