# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1158635769 0 # Node ID 46aca9ec4c40299dbf2fe6e9062a37b06b0ed405 # Parent 761e808a10595f157247ed787ed75870b0b43b3c Remove descriptions about experimental flags. diff -r 761e808a1059 -r 46aca9ec4c40 mac/INSTALL --- a/mac/INSTALL Mon Sep 18 22:48:49 2006 +0000 +++ b/mac/INSTALL Tue Sep 19 03:16:09 2006 +0000 @@ -213,16 +213,4 @@ with PowerPC builds of Emacs; you will have to recompile for Intel. Therefore, builds of Emacs are architecture specific. -There are some compile-time flags that enable experimental features. -Please use them at your own risk after reading the corresponding -threads in the emacs-devel@gnu.org archive. - - SELECT_USE_CFSOCKET (on Mac OS X): Avoid polling in sys_select (in - src/mac.c). - http://lists.gnu.org/archive/html/emacs-devel/2004-12/msg00789.html - - USE_ATSUI (on Mac OS 9/Carbon): Enable ATSUI (Apple Type Services - for Unicode Imaging) support. - http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg00005.html - Enjoy!