# HG changeset patch # User Miles Bader # Date 1023677478 0 # Node ID abb237aa3c615f62c0cedbc4221aed7c49a4b1a8 # Parent ee1a7b81cb0e1bbc136c53fe33a4eb858bdd2e13 (custom-display): Use correct syntax for `supports' attributes. diff -r ee1a7b81cb0e -r abb237aa3c61 lisp/cus-edit.el --- a/lisp/cus-edit.el Mon Jun 10 02:47:18 2002 +0000 +++ b/lisp/cus-edit.el Mon Jun 10 02:51:18 2002 +0000 @@ -2631,7 +2631,7 @@ (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.