From 2b32d1a7ca64a79baf74e1547d38459482464f45 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Jun 2002 02:47:18 +0000 Subject: [PATCH] (custom-display): Add support for `supports' predicate. --- lisp/cus-edit.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 344ffab2d47..d09d39733b3 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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. -- 2.39.5