Mercurial > emacs
changeset 41275:1886c6a31a52
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Nov 2001 14:47:58 +0000 |
parents | 8814f47be264 |
children | c0027e4caa1e |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Mon Nov 19 14:08:59 2001 +0000 +++ b/src/sysdep.c Mon Nov 19 14:47:58 2001 +0000 @@ -588,7 +588,7 @@ #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. */