aboutsummaryrefslogtreecommitdiffstats
path: root/mac/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mac/INSTALL')
-rw-r--r--mac/INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/mac/INSTALL b/mac/INSTALL
index dd620995077..1846a550cfc 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -93,8 +93,9 @@ the Mac.
93 93
94When Emacs is built with "-opt speed" enabled in makefile.MPW, 94When Emacs is built with "-opt speed" enabled in makefile.MPW,
95optimization causes the functions reset_buffer_local_variables in 95optimization causes the functions reset_buffer_local_variables in
96buffer.c and syms_of_lread in lread.c to crash. Avoid this by 96buffer.c, syms_of_lread in lread.c, and x_draw_hollow_cursor in
97enclosing them in the following pragmas. 97macterm.c to crash. Avoid this by enclosing them in the following
98pragmas.
98 99
99 #pragma options opt off 100 #pragma options opt off
100 101