(custom-display): Use correct syntax for `supports' attributes.
This commit is contained in:
parent
2b32d1a7ca
commit
4abe16b531
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
* faces.el (display-supports-face-attributes-p): New function.
|
||||
(face-spec-set-match-display): Support `supports' predicate.
|
||||
(italic): Try underlining for displays that don't support real italics.
|
||||
* cus-edit.el (custom-display): Add support for `supports' predicate.
|
||||
* term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
|
||||
instead of 8-bit, for consistency with the rest of emacs.
|
||||
(tty-color-canonicalize): Only copy COLOR if we need to change it.
|
||||
|
|
|
@ -2631,7 +2631,7 @@ Match frames with dark backgrounds.")
|
|||
(group :sibling-args (:help-echo "\
|
||||
Only match frames that support the specified face attributes.")
|
||||
(const :format "Supports attributes:" supports)
|
||||
(custom-face-edit :format "%n%v"))))))
|
||||
(custom-face-edit :inline t :format "%n%v"))))))
|
||||
|
||||
;;; The `custom-face' Widget.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue