mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 13:11:14 -08:00
(child_setup_tty): Typo in previous change.
This commit is contained in:
parent
360816143b
commit
23e4c8be12
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ child_setup_tty (out)
|
|||
#ifdef IUCLC
|
||||
s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
|
||||
#endif
|
||||
@ifdef OLCUC
|
||||
#ifdef OLCUC
|
||||
s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
|
||||
#endif
|
||||
s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue