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
a8aa344d
Commit
a8aa344d
authored
Jun 14, 2008
by
Stefan Monnier
Browse files
(syms_of_xdisp): Default underline-minimum-offset to 1.
parent
f6d346c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+2
-2
No files found.
src/ChangeLog
View file @
a8aa344d
2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
* xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
* process.c (Fserial_process_configure, Fprocess_send_eof):
...
...
src/xdisp.c
View file @
a8aa344d
...
...
@@ -24814,8 +24814,8 @@ margin to the caracter height. */);
This can improve legibility of underlined text at small font sizes,
particularly when using variable `x-use-underline-position-properties'
with fonts that specify an UNDERLINE_POSITION relatively close to the
baseline. The default value is
0
. */);
underline_minimum_offset =
0
;
baseline. The default value is
1
. */);
underline_minimum_offset =
1
;
}
...
...
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