diff options
| author | Richard M. Stallman | 1994-05-02 07:53:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-02 07:53:23 +0000 |
| commit | 389c907cd717f11bc5998ecfc878fceb4c8e5a8f (patch) | |
| tree | 7027a531f723e334938c73db656a23ab0af6a5d8 /src | |
| parent | 49a09c76b863e49833c1687a2536f4e5055c9977 (diff) | |
| download | emacs-389c907cd717f11bc5998ecfc878fceb4c8e5a8f.tar.gz emacs-389c907cd717f11bc5998ecfc878fceb4c8e5a8f.zip | |
(HAVE_MOUSE): Defined.
(PURESIZE): Increase value.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/dos386.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/m/dos386.h b/src/m/dos386.h index defd8f1036e..25e36249210 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. */ | |||
| 109 | #define NO_REMAP | 109 | #define NO_REMAP |
| 110 | 110 | ||
| 111 | /* We need a little extra space, see ../../lisp/loadup.el */ | 111 | /* We need a little extra space, see ../../lisp/loadup.el */ |
| 112 | #define PURESIZE 210000 | 112 | #define PURESIZE 220000 |
| 113 | |||
| 114 | /* We have (the code to control) a mouse. */ | ||
| 115 | #define HAVE_MOUSE | ||