From: Richard M. Stallman Date: Sun, 30 Oct 1994 20:12:53 +0000 (+0000) Subject: (BASE_PURESIZE): Increment MULTI_FRAME value. X-Git-Tag: emacs-19.34~6100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae921e6f5a55220fab1f4fddbe61c06bd7a1966f;p=emacs.git (BASE_PURESIZE): Increment MULTI_FRAME value. --- diff --git a/src/puresize.h b/src/puresize.h index 713606ef21a..91dc148efd4 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 (265000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) #endif