From: Richard M. Stallman Date: Mon, 19 Nov 2001 14:47:58 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~18372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ea99a1e340cb4cd8737c3c70e6bdd37ff0abc7f;p=emacs.git Comment change. --- 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. */