diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index 5319c6c9c47..3ffbbec544b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1483,8 +1483,8 @@ usage: (make-process &rest ARGS) */) | |||
| 1483 | pset_plist (XPROCESS (proc), Qnil); | 1483 | pset_plist (XPROCESS (proc), Qnil); |
| 1484 | pset_type (XPROCESS (proc), Qreal); | 1484 | pset_type (XPROCESS (proc), Qreal); |
| 1485 | pset_buffer (XPROCESS (proc), buffer); | 1485 | pset_buffer (XPROCESS (proc), buffer); |
| 1486 | pset_sentinel (XPROCESS (proc), Qinternal_default_process_sentinel); | 1486 | pset_sentinel (XPROCESS (proc), Fplist_get (contact, QCsentinel)); |
| 1487 | pset_filter (XPROCESS (proc), Qinternal_default_process_filter); | 1487 | pset_filter (XPROCESS (proc), Fplist_get (contact, QCfilter)); |
| 1488 | pset_command (XPROCESS (proc), Fcopy_sequence (command)); | 1488 | pset_command (XPROCESS (proc), Fcopy_sequence (command)); |
| 1489 | 1489 | ||
| 1490 | if (tem = Fplist_get (contact, QCnoquery), !NILP (tem)) | 1490 | if (tem = Fplist_get (contact, QCnoquery), !NILP (tem)) |