]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Incremented.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Oct 1994 08:18:10 +0000 (08:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Oct 1994 08:18:10 +0000 (08:18 +0000)
src/puresize.h

index 06d2a1232300384b019535834ecaeebe06554513..d7a30f3821a5b899f5e5a0cff61cd106f183b94e 100644 (file)
@@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef BASE_PURESIZE
 #ifdef MULTI_FRAME
-#define BASE_PURESIZE 260000
+#define BASE_PURESIZE 265000
 #else
-#define BASE_PURESIZE 215000
+#define BASE_PURESIZE 220000
 #endif
 #endif