aboutsummaryrefslogtreecommitdiff
path: root/isa/isa-syntax.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-12 12:54:46 +0000
committerDavid Aspinall1998-10-12 12:54:46 +0000
commiteb55ebfc43b36a0af59625e68de644ade2717abc (patch)
tree25e650a857bc11216f34d102e242f07b5600ebfe /isa/isa-syntax.el
parentf1221f3e544691d7b0971f007ce993c3fa3ae6a2 (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.el7
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))