diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-10 06:25:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-10 06:25:56 +0000 |
commit | 845ca0c85308e6561a4c579ee161d5016d3f634a (patch) | |
tree | 21b320328a640fc9d512fdd56ff04581746d9dc0 /src | |
parent | 5875fdac00e495bb79fd9b0db1ea74dd238e8200 (diff) | |
download | emacs-845ca0c85308e6561a4c579ee161d5016d3f634a.tar.gz |
(PURESIZE): Increment to 240000.
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 170d6873ff7..13fc6dc11e0 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 230000 +#define PURESIZE 240000 #else #define PURESIZE 190000 #endif |