aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-05-05 17:18:58 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-05-05 17:18:58 +0000
commitfa3379e933fe1147b07a9b287ac0f06ade97ebdb (patch)
treea63d6c2d0367c86074fafd9f1d4d6c5e900908c4 /isar
parent2cd8b2cd5cb166c46a1b76cd527d1b98d778ec9e (diff)
Replace proof-boring-face -> isabelle-quote-face, reported on
Isabelle-users list by Peter Lammich.
Diffstat (limited to 'isar')
-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))