aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-09 03:57:21 +0000
committerRichard M. Stallman1994-08-09 03:57:21 +0000
commit9faf445e471fbae60185c5e9e5bfd6411918718b (patch)
tree308d45e85a538621b711bcb18e0187ebd88a4ce7 /src
parent0a56332b9703a9a6f562e68d7a0010bb2cbacc0b (diff)
downloademacs-9faf445e471fbae60185c5e9e5bfd6411918718b.tar.gz
emacs-9faf445e471fbae60185c5e9e5bfd6411918718b.zip
[MULTI_FRAME] (PURESIZE): Increased.
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 c5962067225..0391bc380b8 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
29 29
30#ifndef PURESIZE 30#ifndef PURESIZE
31#ifdef MULTI_FRAME 31#ifdef MULTI_FRAME
32#define PURESIZE 252000 32#define PURESIZE 255000
33#else 33#else
34#define PURESIZE 208000 34#define PURESIZE 208000
35#endif 35#endif