diff options
| author | Andrew Choi | 2002-04-26 23:39:06 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-04-26 23:39:06 +0000 |
| commit | e0f712ba55fa0d073f6ab93606e428f61fc7caf2 (patch) | |
| tree | 7dc6d3403fafcbee1a83288ac840f7eba1d92b44 /src/term.c | |
| parent | 501d8923ae2cdec4ef50f050bb66d3715ba2a8f6 (diff) | |
| download | emacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.tar.gz emacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.zip | |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 66f1c54ffd9..c2bac22d60c 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -56,7 +56,7 @@ extern int tgetnum P_ ((char *id)); | |||
| 56 | #ifdef HAVE_X_WINDOWS | 56 | #ifdef HAVE_X_WINDOWS |
| 57 | #include "xterm.h" | 57 | #include "xterm.h" |
| 58 | #endif | 58 | #endif |
| 59 | #ifdef macintosh | 59 | #ifdef MAC_OS |
| 60 | #include "macterm.h" | 60 | #include "macterm.h" |
| 61 | #endif | 61 | #endif |
| 62 | 62 | ||