* epa.el (epa-validity-high): Fix load error by adding missing
paren pair.
+2007-08-02 Adrian Aichner <adrian@xemacs.org>
+
+ * epa.el (epa-validity-high): Fix load error by adding missing
+ paren pair.
+
2007-07-30 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-insert-file-contents): Ignore errors from
'(:weight bold)
'(:bold t))))
(t
- ,@(if (assq ':weight custom-face-attributes)
- '(:weight bold)
- '(:bold t))))
+ (,@(if (assq ':weight custom-face-attributes)
+ '(:weight bold)
+ '(:bold t)))))
"Face used for displaying the high validity."
:group 'epa-faces)