1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

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).
This commit is contained in:
Andrew Choi 2001-08-21 10:15:45 +00:00
parent f9e25d0c96
commit 67e2eec4e9
2 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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