diff options
| author | Andrew Choi | 2001-05-15 11:08:46 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-05-15 11:08:46 +0000 |
| commit | fa0b4c1479daea88a5ef302c13d7acd7c6dcc670 (patch) | |
| tree | 87487042e4c1912efa825187dea9dc845fc7bb59 /mac/makefile.MPW | |
| parent | e335b66af5bd7f1baf8cbf862c507f03255e3b23 (diff) | |
| download | emacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.tar.gz emacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.zip | |
* src/Emacs.r: Change About box message.
* makefile.MPW: Add md5.c.x to EmacsObjects.
* src/mac.c (select): Call WaitNextEvent instead of Delay.
(pause): Ditto.
(sleep): Ditto.
* src/macterm.c (do_app_resume): Set cursor to arrow.
(clear_mouse_face): check for NIL Lisp object instead of null
pointer.
* INSTALL: Delete note on compiling Lisp files on a Unix system.
Add note on turning off end of line conversion.
Diffstat (limited to 'mac/makefile.MPW')
| -rw-r--r-- | mac/makefile.MPW | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index f460f5a1735..f339ed30481 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -101,6 +101,7 @@ EmacsObjects = ¶ | |||
| 101 | "{Src}lread.c.x" ¶ | 101 | "{Src}lread.c.x" ¶ |
| 102 | "{Src}macros.c.x" ¶ | 102 | "{Src}macros.c.x" ¶ |
| 103 | "{Src}marker.c.x" ¶ | 103 | "{Src}marker.c.x" ¶ |
| 104 | "{Src}md5.c.x" ¶ | ||
| 104 | "{Src}minibuf.c.x" ¶ | 105 | "{Src}minibuf.c.x" ¶ |
| 105 | "{Src}mktime.c.x" ¶ | 106 | "{Src}mktime.c.x" ¶ |
| 106 | "{Src}mocklisp.c.x" ¶ | 107 | "{Src}mocklisp.c.x" ¶ |