diff options
| author | Richard M. Stallman | 1994-09-22 07:29:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-22 07:29:02 +0000 |
| commit | 4efe9929080c33afe292389d6d17a0d1f9ef0c60 (patch) | |
| tree | 5eee93110d8781a60e35c0ca539c539f49c860e0 /src | |
| parent | e7cc6aa5c632744c94c1bccad8582ce596bb5b3e (diff) | |
| download | emacs-4efe9929080c33afe292389d6d17a0d1f9ef0c60.tar.gz emacs-4efe9929080c33afe292389d6d17a0d1f9ef0c60.zip | |
(BASE_PURESIZE): Increment both values.
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 388d954ad73..06d2a123230 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | 31 | ||
| 32 | #ifndef BASE_PURESIZE | 32 | #ifndef BASE_PURESIZE |
| 33 | #ifdef MULTI_FRAME | 33 | #ifdef MULTI_FRAME |
| 34 | #define BASE_PURESIZE 255000 | 34 | #define BASE_PURESIZE 260000 |
| 35 | #else | 35 | #else |
| 36 | #define BASE_PURESIZE 208000 | 36 | #define BASE_PURESIZE 215000 |
| 37 | #endif | 37 | #endif |
| 38 | #endif | 38 | #endif |
| 39 | 39 | ||