Commit MetaInfo

修订版5172e7de8d31a2d8dd396f01c1647afd80bec3eb (tree)
时间2007-08-05 17:14:29
作者Daiki Ueno <ueno@unix...>
CommiterDaiki Ueno

Log Message

2007-08-02 Adrian Aichner <adrian@xemacs.org>

        • epa.el (epa-validity-high): Fix load error by adding missing
          paren pair.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2007-08-02 Adrian Aichner <adrian@xemacs.org>
2+
3+ * epa.el (epa-validity-high): Fix load error by adding missing
4+ paren pair.
5+
16 2007-07-30 Daiki Ueno <ueno@unixuser.org>
27
38 * epa-file.el (epa-file-insert-file-contents): Ignore errors from
--- a/epa.el
+++ b/epa.el
@@ -55,9 +55,9 @@ the separate window."
5555 '(:weight bold)
5656 '(:bold t))))
5757 (t
58- ,@(if (assq ':weight custom-face-attributes)
59- '(:weight bold)
60- '(:bold t))))
58+ (,@(if (assq ':weight custom-face-attributes)
59+ '(:weight bold)
60+ '(:bold t)))))
6161 "Face used for displaying the high validity."
6262 :group 'epa-faces)
6363
Show on old repository browser