changeset 45725:abb237aa3c61

(custom-display): Use correct syntax for `supports' attributes.
author Miles Bader <miles@gnu.org>
date Mon, 10 Jun 2002 02:51:18 +0000
parents ee1a7b81cb0e
children 127e1bbee29f
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.