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:
parent
49a09c76b8
commit
389c907cd7
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue