From: Richard M. Stallman Date: Thu, 6 Apr 1995 08:11:31 +0000 (+0000) Subject: (BASE_PURESIZE): Increment to 310000. X-Git-Tag: emacs-19.34~4642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d82767682a0b7d0a896dcf4ab29b68934a46de9d;p=emacs.git (BASE_PURESIZE): Increment to 310000. --- diff --git a/src/puresize.h b/src/puresize.h index 99391ecf2ba..03ad4e7900d 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 (295000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (310000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif