diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-06 08:11:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-06 08:11:31 +0000 |
commit | d82767682a0b7d0a896dcf4ab29b68934a46de9d (patch) | |
tree | 80e8b36b04dcf9d7c85da47ec6d878fdc4d27628 /src/puresize.h | |
parent | 1b40dbedc9cf13a6574d3544cc5204b13dad581d (diff) | |
download | emacs-d82767682a0b7d0a896dcf4ab29b68934a46de9d.tar.gz emacs-d82767682a0b7d0a896dcf4ab29b68934a46de9d.tar.bz2 emacs-d82767682a0b7d0a896dcf4ab29b68934a46de9d.zip |
(BASE_PURESIZE): Increment to 310000.
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 99391ecf2ba..03ad4e7900d 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (310000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif |