summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-19 14:47:58 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-19 14:47:58 +0000
commit2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f (patch)
tree9be6369beede6138dbbd52d615bda4b3b8cd1c68 /src/sysdep.c
parentc940380872fe2544fa8d28527d6e3ce7c8222249 (diff)
downloademacs-2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f.tar.gz
Comment 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 69dad606e86..28de7dba019 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -588,7 +588,7 @@ child_setup_tty (out)
#endif
s.main.c_lflag &= ~ECHO; /* Disable echo */
s.main.c_lflag |= ISIG; /* Enable signals */
-#if 0
+#if 0 /* This causes bugs in (for instance) telnet to certain sites. */
s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
#ifdef INLCR /* Just being cautious, since I can't check how
widespread INLCR is--rms. */