diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 1dbe8938e46..183ee005227 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2307,8 +2307,7 @@ serial_configure (struct Lisp_Process *p, | |||
| 2307 | error ("tcsetattr() failed: %s", emacs_strerror (errno)); | 2307 | error ("tcsetattr() failed: %s", emacs_strerror (errno)); |
| 2308 | 2308 | ||
| 2309 | childp2 = Fplist_put (childp2, QCsummary, build_string (summary)); | 2309 | childp2 = Fplist_put (childp2, QCsummary, build_string (summary)); |
| 2310 | PSET (p, childp, childp2); | 2310 | pset_childp (p, childp2); |
| 2311 | |||
| 2312 | } | 2311 | } |
| 2313 | #endif /* not DOS_NT */ | 2312 | #endif /* not DOS_NT */ |
| 2314 | 2313 | ||