Mercurial > emacs
comparison src/ChangeLog @ 110588:0995e4af573f
Code simplification in term.c.
* src/term.c: Do not include sys/ioctl.h, not needed.
(init_tty): Reorder code to reduce the number of #ifdefs. No code
changes.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 26 Sep 2010 18:06:21 +0300 |
parents | 9d94d76ce611 |
children | c06958da83b5 |
comparison
equal
deleted
inserted
replaced
110587:e474d7d76259 | 110588:0995e4af573f |
---|---|
1 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * term.c: Do not include sys/ioctl.h, not needed. | |
4 (init_tty): Reorder code to reduce the number of #ifdefs. No code | |
5 changes. | |
6 | |
1 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> | 7 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> |
2 | 8 |
3 * process.h: Set up GnuTLS support. | 9 * process.h: Set up GnuTLS support. |
4 | 10 |
5 * process.c (make_process, Fstart_process) | 11 * process.c (make_process, Fstart_process) |