]> git.eshelyaron.com Git - emacs.git/commitdiff
[MULTI_FRAME] (PURESIZE): Increased.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 1994 03:57:21 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 1994 03:57:21 +0000 (03:57 +0000)
src/puresize.h

index c5962067225bbbb14097f44292a36f899da9809f..0391bc380b8f9075f55676709cee495393b5888e 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 252000
+#define PURESIZE 255000
 #else
 #define PURESIZE 208000
 #endif