aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-19 14:47:58 +0000
committerRichard M. Stallman2001-11-19 14:47:58 +0000
commit2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f (patch)
tree9be6369beede6138dbbd52d615bda4b3b8cd1c68
parentc940380872fe2544fa8d28527d6e3ce7c8222249 (diff)
downloademacs-2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f.tar.gz
emacs-2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f.zip
Comment change.
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 69dad606e86..28de7dba019 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -588,7 +588,7 @@ child_setup_tty (out)
588#endif 588#endif
589 s.main.c_lflag &= ~ECHO; /* Disable echo */ 589 s.main.c_lflag &= ~ECHO; /* Disable echo */
590 s.main.c_lflag |= ISIG; /* Enable signals */ 590 s.main.c_lflag |= ISIG; /* Enable signals */
591#if 0 591#if 0 /* This causes bugs in (for instance) telnet to certain sites. */
592 s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */ 592 s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
593#ifdef INLCR /* Just being cautious, since I can't check how 593#ifdef INLCR /* Just being cautious, since I can't check how
594 widespread INLCR is--rms. */ 594 widespread INLCR is--rms. */