aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-24 01:20:24 +0000
committerRichard M. Stallman1994-07-24 01:20:24 +0000
commitcd6446282dadab417844013d255d326c404b9533 (patch)
tree5d80929df39637c6cb0af53093c52c4edd6dfdb2 /src
parent087aeac6cc30f08c3a4692bf991590e7871a2f7c (diff)
downloademacs-cd6446282dadab417844013d255d326c404b9533.tar.gz
emacs-cd6446282dadab417844013d255d326c404b9533.zip
(PURESIZE): Incremented to 252000.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index b270f870114..8c38f99798a 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 250000 32#define PURESIZE 252000
33#else 33#else
34#define PURESIZE 205000 34#define PURESIZE 205000
35#endif 35#endif