diff options
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 |