diff options
| author | Richard M. Stallman | 1994-07-11 00:23:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-11 00:23:33 +0000 |
| commit | bbca98bb2354d91f86a1f040b059db71fb7f9dbb (patch) | |
| tree | 1e33979d3c90cb1eb26c136a9e8fe1172c2fcdd5 /src/puresize.h | |
| parent | a6125773781e6235ae9e2629371a5e0abb09fac0 (diff) | |
| download | emacs-bbca98bb2354d91f86a1f040b059db71fb7f9dbb.tar.gz emacs-bbca98bb2354d91f86a1f040b059db71fb7f9dbb.zip | |
(PURESIZE) [MULTI_FRAME]: Increased to 250000.
Diffstat (limited to 'src/puresize.h')
| -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 c786070372b..b270f870114 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 235000 | 32 | #define PURESIZE 250000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 205000 | 34 | #define PURESIZE 205000 |
| 35 | #endif | 35 | #endif |