diff options
| author | Dan Nicolaescu | 2010-06-07 20:06:47 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-07 20:06:47 -0700 |
| commit | 0263a941230d82b781ff85014c6fa1e341c98f01 (patch) | |
| tree | e025238ef6e3fe11f4e24a3a36fc80713d1f0463 /src | |
| parent | a99ebb40a7fb95b9a50dc9df26e61955f3c061dd (diff) | |
| download | emacs-0263a941230d82b781ff85014c6fa1e341c98f01.tar.gz emacs-0263a941230d82b781ff85014c6fa1e341c98f01.zip | |
* src/dispnew.c: Remove obsolete comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2290a515476..5693fc1126e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * dispnew.c: Remove obsolete comment. | ||
| 4 | |||
| 3 | Remove INCLUDED_FCNTL. | 5 | Remove INCLUDED_FCNTL. |
| 4 | * xterm.c (INCLUDED_FCNTL): | 6 | * xterm.c (INCLUDED_FCNTL): |
| 5 | * callproc.c (INCLUDED_FCNTL): | 7 | * callproc.c (INCLUDED_FCNTL): |
diff --git a/src/dispnew.c b/src/dispnew.c index 476b58ae7e3..a8ba1995435 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -47,9 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | #include "blockinput.h" | 47 | #include "blockinput.h" |
| 48 | #include "process.h" | 48 | #include "process.h" |
| 49 | 49 | ||
| 50 | /* I don't know why DEC Alpha OSF1 fail to compile this file if we | ||
| 51 | include the following file. */ | ||
| 52 | /* #include "systty.h" */ | ||
| 53 | #include "syssignal.h" | 50 | #include "syssignal.h" |
| 54 | 51 | ||
| 55 | #ifdef HAVE_X_WINDOWS | 52 | #ifdef HAVE_X_WINDOWS |