]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE): Increase non-MULTI_FRAME value.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 21:25:02 +0000 (21:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 21:25:02 +0000 (21:25 +0000)
src/puresize.h

index 8c38f99798aae264ba09bf8511d5aedb4eb3576c..c5962067225bbbb14097f44292a36f899da9809f 100644 (file)
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef MULTI_FRAME
 #define PURESIZE 252000
 #else
-#define PURESIZE 205000
+#define PURESIZE 208000
 #endif
 #endif