mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(all): Add overline-margin' and x-underline-at-descent-line'.
This commit is contained in:
parent
30f2752356
commit
03c25271aa
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue