aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-config.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 7709e279..3690e0a3 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -594,9 +594,9 @@ Warning messages can come from proof assistant or from Proof General itself."
(defface proof-active-area-face
(proof-face-specs
- (:underlined t)
- (:underlined t)
- (:underlined t))
+ (:underline t)
+ (:underline t)
+ (:underline t))
"*Face for showing active areas (clickable regions), outside of subterm markup."
:group 'proof-faces)