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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
241c4680
Commit
241c4680
authored
Nov 13, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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>
* 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 */
/* We need a little extra space, see ../../lisp/loadup.el and the
commentary below, in the non-X branch. The 140KB number was
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
#else
/* We need a little extra space, see ../../lisp/loadup.el.
...
...
@@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
directory tree). Given the unknown policy of different DPMI
hosts regarding loading of untouched pages, I'm not going to risk
enlarging Emacs footprint by another 100+ KBytes. */
#define SYSTEM_PURESIZE_EXTRA (-
20
0000+65000)
#define SYSTEM_PURESIZE_EXTRA (-
17
0000+65000)
#endif
/* 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