diff options
| -rw-r--r-- | generic/proof-faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
