From 4abe16b531dc2596efe075fc612949d2b492da68 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Jun 2002 02:51:39 +0000 Subject: [PATCH] (custom-display): Use correct syntax for `supports' attributes. --- lisp/ChangeLog | 1 + lisp/cus-edit.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68c428f29f2..328809035ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d09d39733b3..d6d82f34c2e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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. -- 2.39.5