emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100974: Fix compilation error.


From: Nick Roberts
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100974: Fix compilation error.
Date: Thu, 05 Aug 2010 17:18:55 +1200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100974
committer: Nick Roberts <address@hidden>
branch nick: trunk
timestamp: Thu 2010-08-05 17:18:55 +1200
message:
  Fix compilation error.
modified:
  src/sysdep.c
=== modified file 'src/sysdep.c'
--- a/src/sysdep.c      2010-08-04 18:10:07 +0000
+++ b/src/sysdep.c      2010-08-05 05:18:55 +0000
@@ -522,7 +522,7 @@
 
   s.main.c_lflag |= ICANON;    /* Enable line editing and eof processing */
   s.main.c_cc[VEOF] = 'D'&037; /* Control-D */
-#ifdef 0           /* These settins only apply to non-ICANON mode. */
+#if 0      /* These settings only apply to non-ICANON mode. */
   s.main.c_cc[VMIN] = 1;
   s.main.c_cc[VTIME] = 0;
 #endif


reply via email to

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