From: ueno Date: Sun, 5 Aug 2007 08:14:30 +0000 (+0000) Subject: 2007-08-02 Adrian Aichner X-Git-Tag: epg-0_0_15~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d4f3669df50ff298206afb87e4d73f1b4d65f185;p=elisp%2Fepg.git 2007-08-02 Adrian Aichner * epa.el (epa-validity-high): Fix load error by adding missing paren pair. --- diff --git a/ChangeLog b/ChangeLog index 24b5a99..bd91ebc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-02 Adrian Aichner + + * epa.el (epa-validity-high): Fix load error by adding missing + paren pair. + 2007-07-30 Daiki Ueno * epa-file.el (epa-file-insert-file-contents): Ignore errors from diff --git a/epa.el b/epa.el index 57dcb70..de99999 100644 --- a/epa.el +++ b/epa.el @@ -55,9 +55,9 @@ the separate window." '(: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)