1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(custom-display): Add support for `supports' predicate.

This commit is contained in:
Miles Bader 2002-06-10 02:47:18 +00:00
parent 16320ac7d4
commit 2b32d1a7ca

View File

@ -2627,7 +2627,11 @@ Match frames with light backgrounds.")
(const :format "Dark\n"
:sibling-args (:help-echo "\
Match frames with dark backgrounds.")
dark)))))))
dark)))
(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"))))))
;;; The `custom-face' Widget.