--- a/src/Pure/ProofGeneral/proof_general_emacs.ML Sat Dec 30 16:08:10 2006 +0100
+++ b/src/Pure/ProofGeneral/proof_general_emacs.ML Sat Dec 30 16:20:32 2006 +0100
@@ -15,8 +15,6 @@
structure ProofGeneral: PROOF_GENERAL =
struct
-structure P = OuterParse;
-
(* print modes *)
--- a/src/Pure/ProofGeneral/proof_general_pgip.ML Sat Dec 30 16:08:10 2006 +0100
+++ b/src/Pure/ProofGeneral/proof_general_pgip.ML Sat Dec 30 16:20:32 2006 +0100
@@ -18,8 +18,6 @@
structure ProofGeneralPgip : PROOF_GENERAL_PGIP =
struct
-structure P = OuterParse;
-
open Pgip;