Mercurial > emacs
changeset 7274:8f348d7d2b71
(HAVE_MOUSE): Defined.
(PURESIZE): Increase value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 May 1994 07:53:23 +0000 |
parents | 24426d7e14eb |
children | cd1541f4c87c |
files | src/m/=dos386.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/=dos386.h Mon May 02 07:52:49 1994 +0000 +++ b/src/m/=dos386.h Mon May 02 07:53:23 1994 +0000 @@ -109,4 +109,7 @@ #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