aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorDavid Aspinall2002-08-07 09:09:24 +0000
committerDavid Aspinall2002-08-07 09:09:24 +0000
commit334fc20bbccce9e923e7d912c13a7656c506f92e (patch)
treec1fdbe9418d5d1b18992ed0e8fad7ade7be15191 /generic/proof-shell.el
parent0a6a22da365a5526b9caee94b465fdf70496ecd2 (diff)
Comments
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index e171da86..0a40433c 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -826,8 +826,7 @@ proof-shell-exec-loop, to process the next item."
(unless (null (marker-position proof-marker))
(set-marker proof-marker (point)))
- ;; FIXME: possible improvement. Make for post 3.0 releases
- ;; in case of problems.
+ ;; FIXME: consider as possible improvement.
;; (set-marker proof-shell-urgent-message-marker (point))
;; (set-marker proof-shell-urgent-message-scanner (point))
@@ -1040,9 +1039,6 @@ The return value is non-nil if the action list is now empty."
;; indicate not finished
nil)))))
-;; FIXME da: some places in the code need to be made robust in
-;; case of buffer kills, etc, before callbacks. Is this function
-;; one?
(defun proof-shell-insert-loopback-cmd (cmd)
"Insert command sequence triggered by the proof process
at the end of locked region (after inserting a newline and indenting).
@@ -1054,7 +1050,7 @@ Assume proof-script-buffer is active."
(proof-goto-end-of-locked)
;; Fix 16.11.99. This attempts to indent current line which can
;; be read-only.
- ;; (newline-and-indent)
+ ;; (newline-and-indent)
(let ((proof-one-command-per-line t)) ; because pbp several commands
(proof-script-new-command-advance))
(insert cmd)