diff options
author | Miles Bader <miles@gnu.org> | 2002-06-10 02:47:18 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-06-10 02:47:18 +0000 |
commit | 2b32d1a7ca64a79baf74e1547d38459482464f45 (patch) | |
tree | d02c5c13c64cc9fe4367450f64edfae86724a339 /lisp/cus-edit.el | |
parent | 16320ac7d4c9eaed7c8a8b4845e8b10f9b0dd78f (diff) | |
download | emacs-2b32d1a7ca64a79baf74e1547d38459482464f45.tar.gz |
(custom-display): Add support for `supports' predicate.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 5 insertions, 1 deletions
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. |