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
a599b3e8
Commit
a599b3e8
authored
Oct 23, 2009
by
Andreas Schwab
Browse files
(PURESIZE_RATIO): Decrease to 11/7.
parent
b35ac83e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/puresize.h
src/puresize.h
+1
-1
No files found.
src/ChangeLog
View file @
a599b3e8
2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
* puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2009-10-23 Chong Yidong <cyd@stupidchicken.com>
* window.c (Fwindow_edges, Fwindow_pixel_edges)
...
...
src/puresize.h
View file @
a599b3e8
...
...
@@ -47,7 +47,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
#ifndef PURESIZE_RATIO
#if BITS_PER_EMACS_INT > 32
#define PURESIZE_RATIO 1
0/6
/* Don't surround with `()'. */
#define PURESIZE_RATIO 1
1/7
/* Don't surround with `()'. */
#else
#define PURESIZE_RATIO 1
#endif
...
...
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