]> git.eshelyaron.com Git - emacs.git/commitdiff
[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Jul 1995 17:43:52 +0000 (17:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Jul 1995 17:43:52 +0000 (17:43 +0000)
src/puresize.h

index 79d13cd1e1a55ac8494ff13d16f49e4b873fcfd1..219189d031ffab5a89d7e680fab4c9b8af5e0927 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 (315000 + SYSTEM_PURESIZE_EXTRA)
+#define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA)
 #else
 #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA)
 #endif