diff options
| author | Pierre Courtieu | 2008-01-03 14:17:40 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2008-01-03 14:17:40 +0000 |
| commit | a15290ee106153a309ca6bd6a414b9bd6ff38c08 (patch) | |
| tree | 6b7d50a239902ba0df163383ade5ae9d10a02374 /generic | |
| parent | 48261a5e6152f57d76d26cab49277ecc25765bc3 (diff) | |
Fixed something wrong. Probably a file missing (proof-system.el ?).
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof.el | 2 |
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. ;;; |
