From 389c907cd717f11bc5998ecfc878fceb4c8e5a8f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 May 1994 07:53:23 +0000 Subject: [PATCH] (HAVE_MOUSE): Defined. (PURESIZE): Increase value. --- src/m/dos386.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/m/dos386.h b/src/m/dos386.h index defd8f1036..25e3624921 100644 --- a/src/m/dos386.h +++ b/src/m/dos386.h @@ -109,4 +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 210000 +#define PURESIZE 220000 + +/* We have (the code to control) a mouse. */ +#define HAVE_MOUSE -- 2.20.1