diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-13 00:35:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-13 00:35:22 +0000 |
commit | 6f1111aa5a115a02104d8b2a553714e184cc6eca (patch) | |
tree | 871b207981b2a484c42a8ce75720f3154500b4e6 /src/puresize.h | |
parent | 81aca4f425ab2b9af9d72f912cb772c59d505940 (diff) | |
download | emacs-6f1111aa5a115a02104d8b2a553714e184cc6eca.tar.gz |
(PURESIZE): Reduce to 230000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 2 |
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. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 240000 +#define PURESIZE 230000 #else #define PURESIZE 190000 #endif |