Mercurial > hg > xemacs-beta
diff src/sysdep.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 0132846995bd |
children | 9ad43877534d |
line wrap: on
line diff
--- a/src/sysdep.c Mon Aug 13 09:49:11 2007 +0200 +++ b/src/sysdep.c Mon Aug 13 09:50:14 2007 +0200 @@ -455,7 +455,7 @@ #endif /* 0 */ s.main.c_lflag |= ICANON; /* Enable erase/kill and eof processing */ - s.main.c_cc[VEOF] = 04; /* insure that EOF is Control-D */ + s.main.c_cc[VEOF] = 04; /* ensure that EOF is Control-D */ s.main.c_cc[VERASE] = CDISABLE; /* disable erase processing */ s.main.c_cc[VKILL] = CDISABLE; /* disable kill processing */