aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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