|
Latest News
Emacs Project Page on Savannah Emacs for Mac OS Classic Project Page
|
This is Emacs 21's Mac OS X maintainer's web page.
The CVS seems broken for bootstrapping again. Please try an earlier
version (yesterday's) or try doing this after updating to the latest
version before running
cvs update -r 1.272 lisp/faces.el cvs update -r 1.29 lisp/cus-face.el
Steven Tamm has found a solution to the problem. Hopefully dumped
Emacs executables will from now on survive system updates. See his
post to
Index: unexmacosx.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexmacosx.c,v
retrieving revision 1.1
diff -u -r1.1 unexmacosx.c
--- unexmacosx.c 26 Apr 2002 23:39:05 -0000 1.1
+++ unexmacosx.c 25 Nov 2002 00:17:39 -0000
@@ -888,7 +888,7 @@
/* 2002-04-15 T. Ikegami . The original
code to get size failed to reallocate read_buffer
(lread.c). */
- int old_size = emacs_zone->size (emacs_zone, old_ptr);
+ int old_size = malloc_default_zone()->size (emacs_zone, old_ptr);
int size = new_size > old_size ? old_size : new_size;
if (size)
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> |
Created with BlogMax |
|
|