From: Richard M. Stallman Date: Mon, 11 Jul 1994 00:23:33 +0000 (+0000) Subject: (PURESIZE) [MULTI_FRAME]: Increased to 250000. X-Git-Tag: emacs-19.34~7665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbca98bb2354d91f86a1f040b059db71fb7f9dbb;p=emacs.git (PURESIZE) [MULTI_FRAME]: Increased to 250000. --- diff --git a/src/puresize.h b/src/puresize.h index c786070372b..b270f870114 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -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