diff options
| author | Richard M. Stallman | 1994-07-25 21:25:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-25 21:25:02 +0000 |
| commit | e307a7b225d9246a769abae7e3e855f274145717 (patch) | |
| tree | 66ffbf4c11f6ba7f40a88bcf4056cb16d5e683b0 /src | |
| parent | 316506b2f1863c795fa356ab53c9060370f4c066 (diff) | |
| download | emacs-e307a7b225d9246a769abae7e3e855f274145717.tar.gz emacs-e307a7b225d9246a769abae7e3e855f274145717.zip | |
(PURESIZE): Increase non-MULTI_FRAME value.
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 8c38f99798a..c5962067225 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #ifdef MULTI_FRAME | 31 | #ifdef MULTI_FRAME |
| 32 | #define PURESIZE 252000 | 32 | #define PURESIZE 252000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 205000 | 34 | #define PURESIZE 208000 |
| 35 | #endif | 35 | #endif |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||