]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increment to 310000.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 08:11:31 +0000 (08:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 08:11:31 +0000 (08:11 +0000)
src/puresize.h

index 99391ecf2baed31d73941460e1b2207b300c5eb9..03ad4e7900d86d05743e29e2f9667dd26fbb64df 100644 (file)
@@ -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