aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-06 12:08:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-06 12:08:56 +0000
commit46aebf7c30b09a7371f9dbbf2f4b7e1505429a38 (patch)
tree442f6df9ff5351bc06ac739e2d083b4b0248cc9f
parent9e6fe41dcf92a91cfc4b1f6da2f3cfa0a9b62716 (diff)
Remove proof-shell-wakeup-char
-rw-r--r--lego/lego.el1
-rw-r--r--plastic/plastic.el2
2 files changed, 0 insertions, 3 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 312c2d0d..fe73c017 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -390,7 +390,6 @@ We assume that module identifiers coincide with file names."
proof-shell-interrupt-regexp lego-interrupt-regexp
proof-shell-assumption-regexp lego-id
pg-subterm-first-special-char ?\360
- proof-shell-wakeup-char ?\371
pg-subterm-start-char ?\372
pg-subterm-sep-char ?\373
pg-subterm-end-char ?\374
diff --git a/plastic/plastic.el b/plastic/plastic.el
index a6939f41..7707ee56 100644
--- a/plastic/plastic.el
+++ b/plastic/plastic.el
@@ -463,8 +463,6 @@ We assume that module identifiers coincide with file names."
proof-shell-assumption-regexp plastic-id
proof-shell-goal-regexp plastic-goal-regexp
pg-subterm-first-special-char ?\360
- proof-shell-wakeup-char ?\371 ;; only for first send?
-;; proof-shell-wakeup-char nil ;; NIL turns off annotations.
pg-subterm-start-char ?\372
pg-subterm-sep-char ?\373
pg-subterm-end-char ?\374