aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 05:40:07 +0000
committerRichard M. Stallman1994-02-17 05:40:07 +0000
commit23e4c8be122dfe824841b9be794facc4e2d3a22a (patch)
tree446f97cfc53bd4047bbb7f18ad9696f624de0167 /src/sysdep.c
parent360816143b252400d33ee1706c7342b82aae09e1 (diff)
downloademacs-23e4c8be122dfe824841b9be794facc4e2d3a22a.tar.gz
emacs-23e4c8be122dfe824841b9be794facc4e2d3a22a.zip
(child_setup_tty): Typo in previous change.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 119177b78a1..fae76185dbf 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -473,7 +473,7 @@ child_setup_tty (out)
473#ifdef IUCLC 473#ifdef IUCLC
474 s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ 474 s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
475#endif 475#endif
476@ifdef OLCUC 476#ifdef OLCUC
477 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */ 477 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
478#endif 478#endif
479 s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */ 479 s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */