diff options
| author | Karl Heuer | 1994-04-19 04:40:29 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-19 04:40:29 +0000 |
| commit | 02b3c4338e21166fb1c3fdd85b9c860ac675d125 (patch) | |
| tree | 23b88a2e57191383ca759093d0b59f851fe96f22 /src | |
| parent | 10e09db421119f7b823ee11def1515dc85d0ef97 (diff) | |
| download | emacs-02b3c4338e21166fb1c3fdd85b9c860ac675d125.tar.gz emacs-02b3c4338e21166fb1c3fdd85b9c860ac675d125.zip | |
(PURESIZE) [!MULTI_FRAME]: Increase to 200000.
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..c194ca7e22d 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #ifdef MULTI_FRAME | 31 | #ifdef MULTI_FRAME |
| 32 | #define PURESIZE 230000 | 32 | #define PURESIZE 230000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 190000 | 34 | #define PURESIZE 200000 |
| 35 | #endif | 35 | #endif |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||