Mercurial > emacs
diff src/puresize.h @ 9514:5617d313ea94
(BASE_PURESIZE): Incremented.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Oct 1994 08:18:10 +0000 |
parents | 49f21ecbda41 |
children | b36d5e88cccc |
line wrap: on
line diff
--- a/src/puresize.h Thu Oct 13 07:55:30 1994 +0000 +++ b/src/puresize.h Thu Oct 13 08:18:10 1994 +0000 @@ -31,9 +31,9 @@ #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