summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-10 06:25:56 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-10 06:25:56 +0000
commit845ca0c85308e6561a4c579ee161d5016d3f634a (patch)
tree21b320328a640fc9d512fdd56ff04581746d9dc0 /src/puresize.h
parent5875fdac00e495bb79fd9b0db1ea74dd238e8200 (diff)
downloademacs-845ca0c85308e6561a4c579ee161d5016d3f634a.tar.gz
(PURESIZE): Increment to 240000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 170d6873ff7..13fc6dc11e0 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
-#define PURESIZE 230000
+#define PURESIZE 240000
#else
#define PURESIZE 190000
#endif