aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-09-25 22:46:34 +0000
committerRoland McGrath1993-09-25 22:46:34 +0000
commit0eb26f89e71273552723367994450413c2bb6909 (patch)
treea05f201b01104c7d8bf381fe6f35ed9cecbcf370
parent3ba7a8dacadd8160cb1a2bb994a9efe90d40ccc8 (diff)
downloademacs-0eb26f89e71273552723367994450413c2bb6909.tar.gz
emacs-0eb26f89e71273552723367994450413c2bb6909.zip
[MULTI_FRAME]: Increase PURESIZE to 220000.
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 3ca41582199..6a3d7ce8afa 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
29 29
30#ifndef PURESIZE 30#ifndef PURESIZE
31#ifdef MULTI_FRAME 31#ifdef MULTI_FRAME
32#define PURESIZE 210000 32#define PURESIZE 220000
33#else 33#else
34#define PURESIZE 190000 34#define PURESIZE 190000
35#endif 35#endif