Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
241c4680
Commit
241c4680
authored
Nov 13, 2009
by
Eli Zaretskii
Browse files
(SYSTEM_PURESIZE_EXTRA): Revert last change.
parent
dc92c039
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+6
-0
src/s/msdos.h
src/s/msdos.h
+2
-2
No files found.
src/ChangeLog
View file @
241c4680
2009-11-13 Eli Zaretskii <eliz@gnu.org>
* menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
* xdisp.c (syms_of_xdisp): Fix typo in last change.
* xdisp.c (syms_of_xdisp): Fix typo in last change.
...
...
src/s/msdos.h
View file @
241c4680
...
@@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
...
@@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* We need a little extra space, see ../../lisp/loadup.el and the
/* We need a little extra space, see ../../lisp/loadup.el and the
commentary below, in the non-X branch. The 140KB number was
commentary below, in the non-X branch. The 140KB number was
measured on GNU/Linux and on MS-WIndows. */
measured on GNU/Linux and on MS-WIndows. */
#define SYSTEM_PURESIZE_EXTRA (-
20
0000+140000)
#define SYSTEM_PURESIZE_EXTRA (-
17
0000+140000)
#define LIBX11_SYSTEM -lxext -lsys
#define LIBX11_SYSTEM -lxext -lsys
#else
#else
/* We need a little extra space, see ../../lisp/loadup.el.
/* We need a little extra space, see ../../lisp/loadup.el.
...
@@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
...
@@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
directory tree). Given the unknown policy of different DPMI
directory tree). Given the unknown policy of different DPMI
hosts regarding loading of untouched pages, I'm not going to risk
hosts regarding loading of untouched pages, I'm not going to risk
enlarging Emacs footprint by another 100+ KBytes. */
enlarging Emacs footprint by another 100+ KBytes. */
#define SYSTEM_PURESIZE_EXTRA (-
20
0000+65000)
#define SYSTEM_PURESIZE_EXTRA (-
17
0000+65000)
#endif
#endif
/* Tell the garbage collector that setjmp is known to save all
/* Tell the garbage collector that setjmp is known to save all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment