aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHealfdene Goguen1998-05-26 10:46:13 +0000
committerHealfdene Goguen1998-05-26 10:46:13 +0000
commit06ec3376594ce672fca9fcd94eca0bb6eef26020 (patch)
treebfe7496bac685e5d4cc8e1b66251e8a2644826f1
parent83772487e6d455e018bf36f9f7580c23ef975318 (diff)
Removed commented code in proof-dont-show-annotations
proof-done-trying deletes the spans that were created
-rw-r--r--proof.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/proof.el b/proof.el
index f7d94ee5..d21d2036 100644
--- a/proof.el
+++ b/proof.el
@@ -9,6 +9,10 @@
;; $Log$
+;; Revision 1.47 1998/05/26 10:46:13 hhg
+;; Removed commented code in proof-dont-show-annotations
+;; proof-done-trying deletes the spans that were created
+;;
;; Revision 1.46 1998/05/23 12:50:44 tms
;; improved support for Info
;; o employed `Info-default-directory-list' rather than
@@ -552,8 +556,6 @@
(let ((disp (make-display-table))
(i 128))
(while (< i 256)
-;; (cond (running-xemacs (aset disp i ""))
-;; (running-emacs19 (aset disp i [])))
(aset disp i [])
(incf i))
(cond ((fboundp 'add-spec-to-specifier)
@@ -1462,6 +1464,7 @@ deletes the region corresponding to the proof sequence."
;; something here which changes the proof state ;;
(defun proof-done-trying (span)
+ (delete-span span)
(proof-detach-queue))
(defun proof-try-command