diff options
| author | Richard M. Stallman | 1995-07-20 17:43:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-20 17:43:52 +0000 |
| commit | e2d79b751984a5d87b28d2186641d443c5a7e3c1 (patch) | |
| tree | ad2ae5d9e0b92f8fbd5dee4fd9232eff56877a71 /src | |
| parent | f34e6918388a3cf48ec459b5ba6388fefe386ecd (diff) | |
| download | emacs-e2d79b751984a5d87b28d2186641d443c5a7e3c1.tar.gz emacs-e2d79b751984a5d87b28d2186641d443c5a7e3c1.zip | |
[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.
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 79d13cd1e1a..219189d031f 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 38 | 38 | ||
| 39 | #ifndef BASE_PURESIZE | 39 | #ifndef BASE_PURESIZE |
| 40 | #ifdef MULTI_FRAME | 40 | #ifdef MULTI_FRAME |
| 41 | #define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA) | 41 | #define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA) |
| 42 | #else | 42 | #else |
| 43 | #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) | 43 | #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) |
| 44 | #endif | 44 | #endif |