diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-19 22:58:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-19 22:58:35 +0000 |
commit | 9f2ccd7bc1fd2af41fc4b55ac68e5dc7f2928c9a (patch) | |
tree | 5461e737374ef94c6f32e357779eaaffa70b2c34 /src | |
parent | 841a51ee642de6876c77f0f94ae3ccb8fdcccc2e (diff) | |
download | emacs-9f2ccd7bc1fd2af41fc4b55ac68e5dc7f2928c9a.tar.gz |
* puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces,
and 190000 for non-MULTI_FRAME Emaces.
Diffstat (limited to 'src')
-rw-r--r-- | src/puresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 97e976ef450..78b07aa601b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,9 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 200000 +#define PURESIZE 205000 #else -#define PURESIZE 185000 +#define PURESIZE 190000 #endif #endif |