aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-08-19 11:41:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-08-19 11:41:03 +0000
commit91c28644eb61c086bb83d4dca76c86e34e6b6029 (patch)
tree8806962b543fb259d0bd93fc6811e53ca911c433 /generic
parent723d42237ba37bedabf49600b0ee134cfe4544ae (diff)
Fix attribute for proof-active-area-face
Diffstat (limited to 'generic')
-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)