From f819d9dfd40516abf89b593501af52126ad767f9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 15 Oct 2009 22:44:01 +0000 Subject: proof-script-error-face: remove underline --- generic/proof-faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/proof-faces.el b/generic/proof-faces.el index 71f1c254..3c69880f 100644 --- a/generic/proof-faces.el +++ b/generic/proof-faces.el @@ -181,7 +181,7 @@ Warning messages can come from proof assistant or from Proof General itself." (defface proof-script-error-face '((t - (:inherit font-lock-warning-face :underline t))) + (:inherit font-lock-warning-face))) "Proof General face for highlighting an error in the proof script. " :group 'proof-faces) -- cgit v1.2.3