diff options
| author | Richard M. Stallman | 1993-07-27 08:32:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-27 08:32:05 +0000 |
| commit | 8cbd32b0475cf8b572096f3bbc229cebabdf6d40 (patch) | |
| tree | 6c6816adc8d97c074a24711a3ea17f9ec7c753bc | |
| parent | ed4c10059f39cbe61244baa44bd2ac5ad4cd9551 (diff) | |
| download | emacs-8cbd32b0475cf8b572096f3bbc229cebabdf6d40.tar.gz emacs-8cbd32b0475cf8b572096f3bbc229cebabdf6d40.zip | |
[MULTI_FRAME] (PURESIZE): Increased to 210000.
| -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 78b07aa601b..3ca41582199 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 205000 | 32 | #define PURESIZE 210000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 190000 | 34 | #define PURESIZE 190000 |
| 35 | #endif | 35 | #endif |