diff options
| author | Karl Heuer | 1994-05-01 02:08:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-05-01 02:08:50 +0000 |
| commit | 3b5d07863d6b8df8662736e94c93d971c5cde71d (patch) | |
| tree | 5851be52c62deca3c72659ef10c5c652c12ec45f /src | |
| parent | fa379636438f252ba43ca84742b1e1033ce737cf (diff) | |
| download | emacs-3b5d07863d6b8df8662736e94c93d971c5cde71d.tar.gz emacs-3b5d07863d6b8df8662736e94c93d971c5cde71d.zip | |
(PURESIZE) [MULTI_FRAME]: Increase to 232000.
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 c194ca7e22d..e8661cd0a6c 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 29 | 29 | ||
| 30 | #ifndef PURESIZE | 30 | #ifndef PURESIZE |
| 31 | #ifdef MULTI_FRAME | 31 | #ifdef MULTI_FRAME |
| 32 | #define PURESIZE 230000 | 32 | #define PURESIZE 232000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 200000 | 34 | #define PURESIZE 200000 |
| 35 | #endif | 35 | #endif |