aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar-syntax.el')
-rw-r--r--isar/isar-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 05a2a3ac..1b565cac 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -389,7 +389,7 @@ START should be at the beginning of a line."
(put-text-property (1+ beg)
(1- (point)) 'face isabelle-string-face)
(put-text-property beg (1+ beg) 'face isabelle-quote-face)
- (put-text-property (1- (point)) (point) 'face proof-boring-face))
+ (put-text-property (1- (point)) (point) 'face isabelle-quote-face))
(t
(put-text-property beg (point) 'face font-lock-comment-face))))
(< (point) end))