aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rw-r--r--generic/proof-script.el6
2 files changed, 5 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 7ebbb4da..3fe6ee99 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,11 @@
*** Improved behaviour of electric terminator
+*** Efficiency improvement in parsing
+
+ Also works around crash bug in xemacs-21.1.7/SuSE.
+ Fix by Markus Wenzel.
+
*** Added possibility for switching prover's output on/off.
Already implemented in Coq and Isabelle(/Isar).
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 00e7c564..6d2708b2 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1182,12 +1182,6 @@ the ACS is marked in the current buffer. If CMD does not match any,
;; Emacs should be better at skipping whitespace and comments than the
;; proof process itself!
-;; FIXME da: this annoyingly slow even in a buffer only several
-;; hundred lines long, even when compiled.
-;; One improvement would be to make a list of buffer *positions*
-;; rather than strings, or at least, not by allocating a
-;; string possibly as large as the buffer!!!
-
;; FIXME da: using the family of functions buffer-syntactic-context-*
;; may be helpful here.