]> git.eshelyaron.com Git - emacs.git/commitdiff
[MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Jun 1995 01:48:41 +0000 (01:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Jun 1995 01:48:41 +0000 (01:48 +0000)
src/puresize.h

index 0dc776cc8f3936e6f72887cefdc27bdda91981e5..79d13cd1e1a55ac8494ff13d16f49e4b873fcfd1 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 (310000 + SYSTEM_PURESIZE_EXTRA)
+#define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA)
 #else
 #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA)
 #endif