comparison lisp/cus-edit.el @ 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 ccaa90ab16a3
comparison
equal deleted inserted replaced
45724:ee1a7b81cb0e 45725:abb237aa3c61
2629 Match frames with dark backgrounds.") 2629 Match frames with dark backgrounds.")
2630 dark))) 2630 dark)))
2631 (group :sibling-args (:help-echo "\ 2631 (group :sibling-args (:help-echo "\
2632 Only match frames that support the specified face attributes.") 2632 Only match frames that support the specified face attributes.")
2633 (const :format "Supports attributes:" supports) 2633 (const :format "Supports attributes:" supports)
2634 (custom-face-edit :format "%n%v")))))) 2634 (custom-face-edit :inline t :format "%n%v"))))))
2635 2635
2636 ;;; The `custom-face' Widget. 2636 ;;; The `custom-face' Widget.
2637 2637
2638 (defface custom-face-tag-face 2638 (defface custom-face-tag-face
2639 `((t (:weight bold :height 1.2 :inherit variable-pitch))) 2639 `((t (:weight bold :height 1.2 :inherit variable-pitch)))