diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/mac.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 100ac96481d..a646aa192db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * mac.c: #undef init_process so not to conflict with system headers. | ||
| 4 | |||
| 1 | 2005-05-02 Richard M. Stallman <rms@gnu.org> | 5 | 2005-05-02 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows. | 7 | * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows. |
| @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 27 | 27 | ||
| 28 | #include "lisp.h" | 28 | #include "lisp.h" |
| 29 | #include "process.h" | 29 | #include "process.h" |
| 30 | #undef init_process | ||
| 30 | #include "systime.h" | 31 | #include "systime.h" |
| 31 | #include "sysselect.h" | 32 | #include "sysselect.h" |
| 32 | #include "blockinput.h" | 33 | #include "blockinput.h" |