]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Incremented by 20k.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Dec 1994 16:42:33 +0000 (16:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Dec 1994 16:42:33 +0000 (16:42 +0000)
src/puresize.h

index 91dc148efd43faaf178e3387a22f1bb82e8fe60a..d30894e88d3072d72f578cb09b71c6d15f015479 100644 (file)
@@ -38,9 +38,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef BASE_PURESIZE
 #ifdef MULTI_FRAME
-#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA)
+#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA)
 #else
-#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA)
+#define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA)
 #endif
 #endif