2007-07-10 Daiki Ueno <ueno@unixuser.org>
- * epa.el: Removed -face suffix from face names.
+ * epa.el: Removed -face suffix from face names;
+ removed face symbol vars.
2007-05-29 Daiki Ueno <ueno@unixuser.org>
(:bold t)))
"Face used for displaying the high validity."
:group 'epa-faces)
-(defvar epa-validity-high 'epa-validity-high)
(defface epa-validity-medium
'((((class color) (background dark))
()))
"Face used for displaying the medium validity."
:group 'epa-faces)
-(defvar epa-validity-medium 'epa-validity-medium)
(defface epa-validity-low
'((t
(:italic t)))
"Face used for displaying the low validity."
:group 'epa-faces)
-(defvar epa-validity-low 'epa-validity-low)
(defface epa-validity-disabled
'((t
(:italic t :inverse-video t)))
"Face used for displaying the disabled validity."
:group 'epa-faces)
-(defvar epa-validity-disabled 'epa-validity-disabled)
(defface epa-string
'((((class color)
()))
"Face used for displaying the string."
:group 'epa-faces)
-(defvar epa-string 'epa-string)
(defface epa-mark
'((((class color) (background dark))
(:foreground "red" :bold t)))
"Face used for displaying the high validity."
:group 'epa-faces)
-(defvar epa-mark 'epa-mark)
(defface epa-field-name
'((((class color) (background dark))
(t (:bold t)))
"Face for the name of the attribute field."
:group 'epa)
-(defvar epa-field-name 'epa-field-name)
(defface epa-field-body
'((((class color) (background dark))
(t (:italic t)))
"Face for the body of the attribute field."
:group 'epa)
-(defvar epa-field-body 'epa-field-body)
(defcustom epa-validity-face-alist
'((unknown . epa-validity-disabled)