]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE) [MULTI_FRAME]: Incremented to 230000.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Mar 1994 23:18:54 +0000 (23:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Mar 1994 23:18:54 +0000 (23:18 +0000)
src/puresize.h

index 6a3d7ce8afa1ae954c19962113de21b836a4487c..170d6873ff7f5364940b4b7c1e81cbbbf1941f68 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 220000
+#define PURESIZE 230000
 #else
 #define PURESIZE 190000
 #endif