1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(PURESIZE) [MULTI_FRAME]: Increased to 250000.

This commit is contained in:
Richard M. Stallman 1994-07-11 00:23:33 +00:00
parent a612577378
commit bbca98bb23

View file

@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
#define PURESIZE 235000
#define PURESIZE 250000
#else
#define PURESIZE 205000
#endif