aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-13 00:35:22 +0000
committerRichard M. Stallman1994-03-13 00:35:22 +0000
commit6f1111aa5a115a02104d8b2a553714e184cc6eca (patch)
tree871b207981b2a484c42a8ce75720f3154500b4e6 /src
parent81aca4f425ab2b9af9d72f912cb772c59d505940 (diff)
downloademacs-6f1111aa5a115a02104d8b2a553714e184cc6eca.tar.gz
emacs-6f1111aa5a115a02104d8b2a553714e184cc6eca.zip
(PURESIZE): Reduce to 230000.
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 13fc6dc11e0..170d6873ff7 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 240000 32#define PURESIZE 230000
33#else 33#else
34#define PURESIZE 190000 34#define PURESIZE 190000
35#endif 35#endif