diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-07 05:22:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-07 05:22:50 +0000 |
commit | 6803ec2a28d09e22f4b8974ed65c4d08202fd9ce (patch) | |
tree | e0e28a9d9d7a7c677f6280de396c4e540e4152e7 /src | |
parent | 08020d91e03971699dacc6be16e73b05b64cd50c (diff) | |
download | emacs-6803ec2a28d09e22f4b8974ed65c4d08202fd9ce.tar.gz |
(PURESIZE): Increase to 205000.
Diffstat (limited to 'src')
-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 875ffd0ee90..c786070372b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef MULTI_FRAME #define PURESIZE 235000 #else -#define PURESIZE 200000 +#define PURESIZE 205000 #endif #endif |