author | wenzelm |
Sat, 06 Oct 2007 21:21:45 +0200 | |
changeset 24874 | e4400a70eeaa |
parent 24873 | 9de439f51e3c |
child 24875 | 8e6ca75bf5aa |
--- a/src/Pure/ProofGeneral/proof_general_emacs.ML Sat Oct 06 17:53:45 2007 +0200 +++ b/src/Pure/ProofGeneral/proof_general_emacs.ML Sat Oct 06 21:21:45 2007 +0200 @@ -9,6 +9,7 @@ signature PROOF_GENERAL = sig val init: bool -> unit + val init_outer_syntax: unit -> unit val sendback: string -> Pretty.T list -> unit val write_keywords: string -> unit end;