diff options
| author | Stefan Monnier | 2008-06-14 19:12:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-14 19:12:44 +0000 |
| commit | a8aa344d0739d91dcbc578144e223bef24f49160 (patch) | |
| tree | 1ac0e91bc20b06def6a0c30ce99b858146ca0d37 /src | |
| parent | f6d346c940bfd988b49881ef78bf59afcd2cdeb9 (diff) | |
| download | emacs-a8aa344d0739d91dcbc578144e223bef24f49160.tar.gz emacs-a8aa344d0739d91dcbc578144e223bef24f49160.zip | |
(syms_of_xdisp): Default underline-minimum-offset to 1.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd8dd3059ec..c20207da60b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1. | ||
| 4 | |||
| 1 | 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * process.c (Fserial_process_configure, Fprocess_send_eof): | 7 | * process.c (Fserial_process_configure, Fprocess_send_eof): |
diff --git a/src/xdisp.c b/src/xdisp.c index 99d55f3b143..18f176e2c06 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -24814,8 +24814,8 @@ margin to the caracter height. */); | |||
| 24814 | This can improve legibility of underlined text at small font sizes, | 24814 | This can improve legibility of underlined text at small font sizes, |
| 24815 | particularly when using variable `x-use-underline-position-properties' | 24815 | particularly when using variable `x-use-underline-position-properties' |
| 24816 | with fonts that specify an UNDERLINE_POSITION relatively close to the | 24816 | with fonts that specify an UNDERLINE_POSITION relatively close to the |
| 24817 | baseline. The default value is 0. */); | 24817 | baseline. The default value is 1. */); |
| 24818 | underline_minimum_offset = 0; | 24818 | underline_minimum_offset = 1; |
| 24819 | } | 24819 | } |
| 24820 | 24820 | ||
| 24821 | 24821 | ||