summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2001-08-21 10:15:45 +0000
committerAndrew Choi <akochoi@shaw.ca>2001-08-21 10:15:45 +0000
commitf46a72452ab424e2ce853fafe8007e05009c49ea (patch)
tree3a0d97baa50f9e7edd7ebad159e18373224391e2 /mac
parent424ffea4dd5ec375463230bf752768c342c875e8 (diff)
downloademacs-f46a72452ab424e2ce853fafe8007e05009c49ea.tar.gz
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* INSTALL: Add to the note on using -opt speed in MPW the function macterm.c (x_draw_hollow_cursor).
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog3
-rw-r--r--mac/INSTALL5
2 files changed, 6 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index e927b53bc91..3f3408b27e8 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,5 +1,8 @@
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
+ * INSTALL: Add to the note on using -opt speed in MPW the function
+ macterm.c (x_draw_hollow_cursor).
+
* src/macterm.c (mac_scroll_area): Call CopyBits with local
coordinates and portBits instead of global coordinates and
screenBits. Set fore color and back color to black and white,
diff --git a/mac/INSTALL b/mac/INSTALL
index dd620995077..1846a550cfc 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -93,8 +93,9 @@ the Mac.
When Emacs is built with "-opt speed" enabled in makefile.MPW,
optimization causes the functions reset_buffer_local_variables in
-buffer.c and syms_of_lread in lread.c to crash. Avoid this by
-enclosing them in the following pragmas.
+buffer.c, syms_of_lread in lread.c, and x_draw_hollow_cursor in
+macterm.c to crash. Avoid this by enclosing them in the following
+pragmas.
#pragma options opt off