From: Karl Heuer Date: Sun, 1 May 1994 02:08:50 +0000 (+0000) Subject: (PURESIZE) [MULTI_FRAME]: Increase to 232000. X-Git-Tag: emacs-19.34~8612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b5d07863d6b8df8662736e94c93d971c5cde71d;p=emacs.git (PURESIZE) [MULTI_FRAME]: Increase to 232000. --- diff --git a/src/puresize.h b/src/puresize.h index c194ca7e22d..e8661cd0a6c 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 230000 +#define PURESIZE 232000 #else #define PURESIZE 200000 #endif