diff options
| -rw-r--r-- | isa/isa-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa-syntax.el b/isa/isa-syntax.el index e01104b7..11d75de9 100644 --- a/isa/isa-syntax.el +++ b/isa/isa-syntax.el @@ -100,7 +100,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) |
