1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

(HAVE_MOUSE): Defined.

(PURESIZE): Increase value.
This commit is contained in:
Richard M. Stallman 1994-05-02 07:53:23 +00:00
parent 49a09c76b8
commit 389c907cd7

View file

@ -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