aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-25 21:25:02 +0000
committerRichard M. Stallman1994-07-25 21:25:02 +0000
commite307a7b225d9246a769abae7e3e855f274145717 (patch)
tree66ffbf4c11f6ba7f40a88bcf4056cb16d5e683b0 /src
parent316506b2f1863c795fa356ab53c9060370f4c066 (diff)
downloademacs-e307a7b225d9246a769abae7e3e855f274145717.tar.gz
emacs-e307a7b225d9246a769abae7e3e855f274145717.zip
(PURESIZE): Increase non-MULTI_FRAME value.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
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. */
31#ifdef MULTI_FRAME 31#ifdef MULTI_FRAME
32#define PURESIZE 252000 32#define PURESIZE 252000
33#else 33#else
34#define PURESIZE 205000 34#define PURESIZE 208000
35#endif 35#endif
36#endif 36#endif
37 37