;ELC   
;;; Compiled by rms@psilocin.gnu.org on Mon May  4 23:30:18 1998
;;; from file /gd/gnu/emacs/lisp/cus-face.el
;;; in Emacs version 20.2.92.10
;;; with bytecomp version 2.41
;;; with all optimizations.
;;; This file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`cus-face.el' was compiled for Emacs 19.29 or later"))


(byte-code "\300\301\302\303!\203\f \303\202 \304\"\207" [defalias custom-facep fboundp facep (lambda (face) nil)] 4)
#@61 Like `defface', but FACE is evaluated as a normal argument.
(defalias 'custom-declare-face #[(face spec doc &rest args) "\306N\204c \307\306	#\210\310\311!\203G \311!\204G \312N\206 	\313 \314\315!\210\203< @A\316\f\n#\210\202) +\317>\203G \320!\210\203X \321!\204X \322\"\210\323\324#\210\325\326!\210\207" [face spec frame frames value window-system face-defface-spec put fboundp facep saved-face frame-list nil make-empty-face face-spec-set (x w32) make-face-x-resource-internal face-documentation set-face-documentation custom-handle-all-keywords custom-face run-hooks custom-define-hook doc args] 4 (#$ . 651)])
#@553 Alist of face attributes. 
The elements are of the form (KEY TYPE SET GET),
where KEY is the name of the attribute,
TYPE is a widget type for editing the attribute,
SET is a function for setting the attribute value,
and GET is a function for getiing the attribute value. 

The SET function should take three arguments, the face to modify, the
value of the attribute, and optionally the frame where the face should
be changed.

The GET function should take two arguments, the face to examine, and
optionally the frame where the face should be examined.
(defconst custom-face-attributes '((:bold (boolean :tag "Bold" :help-echo "Control whether a bold font should be used.") set-face-bold-p face-bold-p) (:italic (boolean :tag "Italic" :help-echo "Control whether an italic font should be used.") set-face-italic-p face-italic-p) (:underline (boolean :tag "Underline" :help-echo "Control whether the text should be underlined.") set-face-underline-p face-underline-p) (:inverse-video (boolean :tag "Inverse Video" :help-echo "Control whether the text should be in inverse video.") set-face-inverse-video-p face-inverse-video-p) (:foreground (color :tag "Foreground" :value "" :help-echo "Set foreground color.") set-face-foreground face-foreground) (:background (color :tag "Background" :value "" :help-echo "Set background color.") set-face-background face-background) (:stipple (editable-field :format "Stipple: %v" :help-echo "Name of background bitmap file.") set-face-stipple face-stipple)) (#$ . 1302))
#@309 For FACE on FRAME, return an alternating list describing its attributes.
The list has the form (KEYWORD VALUE KEYWORD VALUE...).
Each keyword should be listed in `custom-face-attributes'.
We include only those attributes that differ from the default face.

If FRAME is nil, use the global defaults for FACE.
(defalias 'custom-face-attributes-get #[(face frame) "\306\211\211\f\203C \f@\fA\3078\211\203 	\n\"\211	\310\n\"\232\204? \311A@\f#\203? @\nBB)\202 \n,\207" [custom-face-attributes get result att atts face nil 3 default widget-apply frame answer :match] 5 (#$ . 2816)])
#@287 Initialize faces according to user preferences.
The arguments should be a list where each entry has the form:

  (FACE SPEC [NOW])

SPEC is stored as the saved value for FACE.
If NOW is present and non-nil, FACE is created now, according to SPEC.

See `defface' for the format of SPEC.
(defalias 'custom-set-faces #[(&rest args) "\205W @\211<\203A 	@	A@\305	8\306\f\307#\210\n\203' \306\f\310\311#\210\n\2041 \312\f!\203: \313\f!\210\314\f\"\210A+\202S @A@\306\f\307#\210*AA)\202  \207" [args entry now spec face 2 put saved-face force-face t facep make-empty-face face-spec-set] 5 (#$ . 3425)])
(provide 'cus-face)
