diff options
| -rw-r--r-- | generic/proof-config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 3690e0a3..4e12f48c 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -544,6 +544,8 @@ both XEmacs 20.4 and Emacs 20.3's version of font-lock.") Warning messages can come from proof assistant or from Proof General itself." :group 'proof-faces) +(defconst proof-warning-face 'proof-warning-face) + (defface proof-eager-annotation-face (proof-face-specs (:background "palegoldenrod") |
