From: Richard M. Stallman Date: Sat, 17 Jun 1995 01:48:41 +0000 (+0000) Subject: [MULTI_FRAME] (BASE_PURESIZE): Increase to 315000. X-Git-Tag: emacs-19.34~3570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09c8f04d1f9281f2f81a077f3ed14125fbb89232;p=emacs.git [MULTI_FRAME] (BASE_PURESIZE): Increase to 315000. --- diff --git a/src/puresize.h b/src/puresize.h index 0dc776cc8f3..79d13cd1e1a 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 (310000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif