aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-30 20:12:53 +0000
committerRichard M. Stallman1994-10-30 20:12:53 +0000
commitae921e6f5a55220fab1f4fddbe61c06bd7a1966f (patch)
tree5d2f90b86b95a7ce01de6b84b19125feaecaee18 /src
parent5ec5330e64560096ddb64720ff0cdfeeaa5e3f9d (diff)
downloademacs-ae921e6f5a55220fab1f4fddbe61c06bd7a1966f.tar.gz
emacs-ae921e6f5a55220fab1f4fddbe61c06bd7a1966f.zip
(BASE_PURESIZE): Increment 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 713606ef21a..91dc148efd4 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
38 38
39#ifndef BASE_PURESIZE 39#ifndef BASE_PURESIZE
40#ifdef MULTI_FRAME 40#ifdef MULTI_FRAME
41#define BASE_PURESIZE (265000 + SYSTEM_PURESIZE_EXTRA) 41#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA)
42#else 42#else
43#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) 43#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA)
44#endif 44#endif