diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index c2b3f5d954c..44eb1ebf059 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -33040,6 +33040,7 @@ particularly when using variable `x-use-underline-position-properties' | |||
| 33040 | with fonts that specify an UNDERLINE_POSITION relatively close to the | 33040 | with fonts that specify an UNDERLINE_POSITION relatively close to the |
| 33041 | baseline. The default value is 1. */); | 33041 | baseline. The default value is 1. */); |
| 33042 | underline_minimum_offset = 1; | 33042 | underline_minimum_offset = 1; |
| 33043 | DEFSYM (Qunderline_minimum_offset, "underline-minimum-offset"); | ||
| 33043 | 33044 | ||
| 33044 | DEFVAR_BOOL ("display-hourglass", display_hourglass_p, | 33045 | DEFVAR_BOOL ("display-hourglass", display_hourglass_p, |
| 33045 | doc: /* Non-nil means show an hourglass pointer, when Emacs is busy. | 33046 | doc: /* Non-nil means show an hourglass pointer, when Emacs is busy. |