summaryrefslogtreecommitdiff
path: root/mac/src/Emacs.r
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/src/Emacs.r
parente335b66af5bd7f1baf8cbf862c507f03255e3b23 (diff)
downloademacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.tar.gz
emacs-fa0b4c1479daea88a5ef302c13d7acd7c6dcc670.tar.bz2
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/src/Emacs.r')
-rw-r--r--mac/src/Emacs.r4
1 files changed, 1 insertions, 3 deletions
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 12ed6562744..475bce62f3c 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -139,9 +139,7 @@ resource 'DITL' (128, purgeable) {
{10, 60, 72, 278},
StaticText {
disabled,
- "GNU Emacs 21.0.99 for Mac OS\n"
- "(27 February 2001 release)\n"
- "Report bugs to emacs-pretest-bug@gnu.org"
+ "GNU Emacs 21 for Mac OS"
}
}
};