emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Sun, 11 Nov 2001 15:11:15 -0500

Index: emacs/src/sysdep.c
diff -u emacs/src/sysdep.c:1.224 emacs/src/sysdep.c:1.225
--- emacs/src/sysdep.c:1.224    Sun Oct 21 08:08:54 2001
+++ emacs/src/sysdep.c  Sun Nov 11 15:11:14 2001
@@ -588,10 +588,12 @@
 #endif
   s.main.c_lflag &= ~ECHO;     /* Disable echo */
   s.main.c_lflag |= ISIG;      /* Enable signals */
+#if 0
   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.  */
   s.main.c_iflag &= ~INLCR;    /* Disable map of NL to CR on input */
+#endif
 #endif
 #ifdef IUCLC
   s.main.c_iflag &= ~IUCLC;    /* Disable downcasing on input.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]