summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2002-06-10 02:51:39 +0000
committerMiles Bader <miles@gnu.org>2002-06-10 02:51:39 +0000
commit4abe16b531dc2596efe075fc612949d2b492da68 (patch)
treeda6bd94b24ae94589684dc4774c488f945649396 /lisp/cus-edit.el
parent2b32d1a7ca64a79baf74e1547d38459482464f45 (diff)
downloademacs-4abe16b531dc2596efe075fc612949d2b492da68.tar.gz
(custom-display): Use correct syntax for `supports' attributes.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
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.