aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Courtieu2008-01-03 14:17:40 +0000
committerPierre Courtieu2008-01-03 14:17:40 +0000
commita15290ee106153a309ca6bd6a414b9bd6ff38c08 (patch)
tree6b7d50a239902ba0df163383ade5ae9d10a02374
parent48261a5e6152f57d76d26cab49277ecc25765bc3 (diff)
Fixed something wrong. Probably a file missing (proof-system.el ?).
-rw-r--r--generic/proof.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof.el b/generic/proof.el
index b0963f51..d30dbaf5 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -113,7 +113,7 @@ of the proof (starting from 1).")
;;; Load other Proof General libraries
;;;
-(require 'proof-system)
+;(require 'proof-system) ; PC: buggy for now David please fix this.
;;;