diff options
author | Kim F. Storm <storm@cua.dk> | 2006-08-24 20:52:54 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-08-24 20:52:54 +0000 |
commit | 03c25271aa096026666cf006198681a87d8ac27c (patch) | |
tree | 3f9297c715478234dcdda9747fc83a77919705a2 /lisp | |
parent | 30f27523567516a324d042e10bde5dd14d7da90f (diff) | |
download | emacs-03c25271aa096026666cf006198681a87d8ac27c.tar.gz emacs-03c25271aa096026666cf006198681a87d8ac27c.tar.bz2 emacs-03c25271aa096026666cf006198681a87d8ac27c.zip |
(all): Add `overline-margin' and `x-underline-at-descent-line'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8b68ede83a1..1fa91414ef9 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -360,6 +360,7 @@ since it could result in memory overflow and make Emacs crash." (other :tag "Unlimited" t))) (unibyte-display-via-language-environment mule boolean) (blink-cursor-alist cursor alist "22.1") + (overline-margin display integer "22.1") ;; xfaces.c (scalable-fonts-allowed display boolean) ;; xfns.c @@ -371,6 +372,7 @@ since it could result in memory overflow and make Emacs crash." ;; xterm.c (mouse-autoselect-window display boolean "21.3") (x-use-underline-position-properties display boolean "21.3") + (x-underline-at-descent-line display boolean "22.1") (x-stretch-cursor display boolean "21.1"))) this symbol group type standard version native-p ;; This function turns a value |