summaryrefslogtreecommitdiff
path: root/mac/makefile.MPW
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2001-05-15 11:08:46 +0000
committerAndrew Choi <akochoi@shaw.ca>2001-05-15 11:08:46 +0000
commitfa0b4c1479daea88a5ef302c13d7acd7c6dcc670 (patch)
tree87487042e4c1912efa825187dea9dc845fc7bb59 /mac/makefile.MPW
parente335b66af5bd7f1baf8cbf862c507f03255e3b23 (diff)
downloademacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.tar.gz
* 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.MPW1
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 = ¶
"{Src}lread.c.x" ¶
"{Src}macros.c.x" ¶
"{Src}marker.c.x" ¶
+ "{Src}md5.c.x" ¶
"{Src}minibuf.c.x" ¶
"{Src}mktime.c.x" ¶
"{Src}mocklisp.c.x" ¶