diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-13 08:18:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-13 08:18:10 +0000 |
commit | 28576cd1a60d054d5e39922bb8002a46af465703 (patch) | |
tree | 4827d9cf9cd0431f8b365578c693a98b73fe8f1d /src/puresize.h | |
parent | 0c9bee48a9b65bb17a28184ddf972ba6a21fc64a (diff) | |
download | emacs-28576cd1a60d054d5e39922bb8002a46af465703.tar.gz |
(BASE_PURESIZE): Incremented.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 06d2a123230..d7a30f3821a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE 260000 +#define BASE_PURESIZE 265000 #else -#define BASE_PURESIZE 215000 +#define BASE_PURESIZE 220000 #endif #endif |