From 03c25271aa096026666cf006198681a87d8ac27c Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 24 Aug 2006 20:52:54 +0000 Subject: [PATCH] (all): Add `overline-margin' and `x-underline-at-descent-line'. --- lisp/cus-start.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5