diff options
| author | David Aspinall | 1998-10-12 12:54:46 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-12 12:54:46 +0000 |
| commit | eb55ebfc43b36a0af59625e68de644ade2717abc (patch) | |
| tree | 25e650a857bc11216f34d102e242f07b5600ebfe /isa/isa-syntax.el | |
| parent | f1221f3e544691d7b0971f007ce993c3fa3ae6a2 (diff) | |
Important regular expression fixes:
-error-regexp doesn't match warnings now.
-annotated-prompt-regexp doesn't match warnings now,
and is different from -prompt-regexp.
Diffstat (limited to 'isa/isa-syntax.el')
| -rw-r--r-- | isa/isa-syntax.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/isa/isa-syntax.el b/isa/isa-syntax.el index 33e73d41..886a686b 100644 --- a/isa/isa-syntax.el +++ b/isa/isa-syntax.el @@ -100,13 +100,6 @@ ;; ----- regular expressions -;; this should come from isa-ml-compiler stuff. -(defcustom isa-error-regexp - "^.*Error:\\|^\\*\\*\\*" - "A regexp indicating that Isabelle has identified an error." - :type 'string - :group 'isa-syntax) - (defconst isa-id proof-id) (defconst isa-ids (proof-ids isa-id)) |
