]> git.eshelyaron.com Git - emacs.git/commitdiff
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
authorAndrew Choi <akochoi@shaw.ca>
Tue, 21 Aug 2001 10:15:45 +0000 (10:15 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Tue, 21 Aug 2001 10:15:45 +0000 (10:15 +0000)
* INSTALL: Add to the note on using -opt speed in MPW the function
macterm.c (x_draw_hollow_cursor).

mac/ChangeLog
mac/INSTALL

index e927b53bc9119a45da7586f39476aeb9aef71321..3f3408b27e86256d6772befcc072d29e9414a877 100644 (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,
index dd620995077a398f222ac947d9a55f76261037e0..1846a550cfc05160da91d2ce9aae9d863e71a06e 100644 (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