aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
Diffstat (limited to 'isa')
-rw-r--r--isa/isa-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa-syntax.el b/isa/isa-syntax.el
index 767df53a..c18ea0a7 100644
--- a/isa/isa-syntax.el
+++ b/isa/isa-syntax.el
@@ -297,7 +297,7 @@
(cons (concat "\353\\?'" isa-idx "\350") 'isabelle-tvar-name-face)
(cons (concat "\354" isa-id "\350") 'isabelle-free-name-face)
(cons (concat "\355" isa-id "\350") 'isabelle-bound-name-face)
- (cons (concat "\356" "\\?" isa-idx "\350") 'isabelle-var-name-face)
+ (cons (concat "\356\\?" isa-idx "\350") 'isabelle-var-name-face)
(cons (concat "\357" isa-idx "\350") 'proof-declaration-name-face)
)
"*Font-lock table for Isabelle terms.")