aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 0fef96ab..33e73d41 100644
--- a/isa/isa-syntax.el
+++ b/isa/isa-syntax.el
@@ -102,7 +102,7 @@
;; this should come from isa-ml-compiler stuff.
(defcustom isa-error-regexp
- "^.*Error:\\|^\\*\\*\\*\\|^\\#\\#\\#"
+ "^.*Error:\\|^\\*\\*\\*"
"A regexp indicating that Isabelle has identified an error."
:type 'string
:group 'isa-syntax)