From c5969523667529dd343517d9309ae985a3cc9272 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Jun 1994 12:12:44 +0000 Subject: [PATCH] (PURESIZE): Increased to 240000. --- src/m/dos386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m/dos386.h b/src/m/dos386.h index 3987610fb78..1fb38da656f 100644 --- a/src/m/dos386.h +++ b/src/m/dos386.h @@ -109,7 +109,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_REMAP /* We need a little extra space, see ../../lisp/loadup.el */ -#define PURESIZE 222000 +#define PURESIZE 240000 /* We have (the code to control) a mouse. */ #define HAVE_MOUSE -- 2.39.5