(HAVE_MOUSE, PURESIZE): Definitions moved here.
This commit is contained in:
parent
44177ab07c
commit
eb246adb24
1 changed files with 6 additions and 0 deletions
|
@ -220,3 +220,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define GAP_USE_BCOPY
|
||||
#define BCOPY_UPWARD_SAFE 1
|
||||
#define BCOPY_DOWNWARD_SAFE 1
|
||||
|
||||
/* We need a little extra space, see ../../lisp/loadup.el */
|
||||
#define PURESIZE 240000
|
||||
|
||||
/* We have (the code to control) a mouse. */
|
||||
#define HAVE_MOUSE
|
||||
|
|
Loading…
Add table
Reference in a new issue