From: Richard M. Stallman Date: Thu, 20 Jul 1995 17:43:52 +0000 (+0000) Subject: [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. X-Git-Tag: emacs-19.34~3247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2d79b751984a5d87b28d2186641d443c5a7e3c1;p=emacs.git [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. --- diff --git a/src/puresize.h b/src/puresize.h index 79d13cd1e1a..219189d031f 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif