diff options
| author | Richard M. Stallman | 1995-06-17 01:48:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-17 01:48:41 +0000 |
| commit | 09c8f04d1f9281f2f81a077f3ed14125fbb89232 (patch) | |
| tree | d0cbf37ccbb9bdc4c345aea28a268071f8af3c38 | |
| parent | 9a7c6fc365aeb1b52b581195860ffe0c5df1d0ec (diff) | |
| download | emacs-09c8f04d1f9281f2f81a077f3ed14125fbb89232.tar.gz emacs-09c8f04d1f9281f2f81a077f3ed14125fbb89232.zip | |
[MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.
| -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 0dc776cc8f3..79d13cd1e1a 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 (310000 + SYSTEM_PURESIZE_EXTRA) | 41 | #define BASE_PURESIZE (315000 + 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 |