Mercurial > emacs
comparison src/dispnew.c @ 108909:8cdd65a4d95c
* src/dispnew.c: Remove obsolete comment.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 07 Jun 2010 20:06:47 -0700 |
parents | 0b28d05fa415 |
children | 2bc9a0c04c87 |
comparison
equal
deleted
inserted
replaced
108908:734073f5d073 | 108909:8cdd65a4d95c |
---|---|
45 #include "indent.h" | 45 #include "indent.h" |
46 #include "intervals.h" | 46 #include "intervals.h" |
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 |
56 #include "xterm.h" | 53 #include "xterm.h" |
57 #endif /* HAVE_X_WINDOWS */ | 54 #endif /* HAVE_X_WINDOWS */ |