diff options
| author | Stefan Monnier | 2008-06-10 20:01:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-10 20:01:54 +0000 |
| commit | d5dc61631e773495e96ed2bbd3bca16c981e9f7e (patch) | |
| tree | fce5346c283db3d7c3204d0be9a31e417c3889fa /lisp | |
| parent | 8c102d5bfee908d9f09506377bed7ab61ef0cda0 (diff) | |
| download | emacs-d5dc61631e773495e96ed2bbd3bca16c981e9f7e.tar.gz emacs-d5dc61631e773495e96ed2bbd3bca16c981e9f7e.zip | |
* xterm.c (x_underline_minimum_display_offset): New var.
(x_draw_glyph_string): Use it.
(syms_of_xterm): Declare it.
* cus-start.el (x-underline-minimum-display-offset): Give it a type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 238245be904..2472e3f6112 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) | ||
| 2 | |||
| 3 | * cus-start.el (x-underline-minimum-display-offset): Give it a type. | ||
| 4 | |||
| 1 | 2008-06-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-06-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * mouse.el (mouse-select-font): New function. | 7 | * mouse.el (mouse-select-font): New function. |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 582a3f98c6e..73150ce8f7c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -348,6 +348,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 348 | ;; xterm.c | 348 | ;; xterm.c |
| 349 | (x-use-underline-position-properties display boolean "22.1") | 349 | (x-use-underline-position-properties display boolean "22.1") |
| 350 | (x-underline-at-descent-line display boolean "22.1") | 350 | (x-underline-at-descent-line display boolean "22.1") |
| 351 | (x-underline-minimum-display-offset display integer "23.1") | ||
| 351 | (x-stretch-cursor display boolean "21.1"))) | 352 | (x-stretch-cursor display boolean "21.1"))) |
| 352 | this symbol group type standard version native-p | 353 | this symbol group type standard version native-p |
| 353 | ;; This function turns a value | 354 | ;; This function turns a value |