aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-02 23:18:54 +0000
committerRichard M. Stallman1994-03-02 23:18:54 +0000
commitc98f0e095189271ad7d471ffb7803b740b53bcd7 (patch)
tree97cc5df979a87108e034ba82f75b382b5186bea0 /src
parent2d7e41fe756139ef519876f0fbf41137ba629bfc (diff)
downloademacs-c98f0e095189271ad7d471ffb7803b740b53bcd7.tar.gz
emacs-c98f0e095189271ad7d471ffb7803b740b53bcd7.zip
(PURESIZE) [MULTI_FRAME]: Incremented to 230000.
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 6a3d7ce8afa..170d6873ff7 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 220000 32#define PURESIZE 230000
33#else 33#else
34#define PURESIZE 190000 34#define PURESIZE 190000
35#endif 35#endif