diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-25 21:25:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-25 21:25:02 +0000 |
commit | 00f4a476c83572fc201860c99289c8ea5f1152ad (patch) | |
tree | fcbf39c06fd706db01a05d9067cf0de94289927b /src/puresize.h | |
parent | ca9ac608714c114f20b37eb300b5884d6a9dd312 (diff) | |
download | emacs-00f4a476c83572fc201860c99289c8ea5f1152ad.tar.gz |
(PURESIZE): Increase non-MULTI_FRAME value.
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 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. */ #ifdef MULTI_FRAME #define PURESIZE 252000 #else -#define PURESIZE 205000 +#define PURESIZE 208000 #endif #endif |