From: Richard M. Stallman Date: Tue, 9 Aug 1994 03:57:21 +0000 (+0000) Subject: [MULTI_FRAME] (PURESIZE): Increased. X-Git-Tag: emacs-19.34~7363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9faf445e471fbae60185c5e9e5bfd6411918718b;p=emacs.git [MULTI_FRAME] (PURESIZE): Increased. --- diff --git a/src/puresize.h b/src/puresize.h index c5962067225..0391bc380b8 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 252000 +#define PURESIZE 255000 #else #define PURESIZE 208000 #endif