From fa3379e933fe1147b07a9b287ac0f06ade97ebdb Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 5 May 2011 17:18:58 +0000 Subject: Replace proof-boring-face -> isabelle-quote-face, reported on Isabelle-users list by Peter Lammich. --- isar/isar-syntax.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar') 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)) -- cgit v1.2.3