From 5172e7de8d31a2d8dd396f01c1647afd80bec3eb Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 5 Aug 2007 08:14:29 +0000 Subject: [PATCH] 2007-08-02 Adrian Aichner * epa.el (epa-validity-high): Fix load error by adding missing paren pair. --- ChangeLog | 5 +++++ epa.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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) -- 2.11.0