Add also pre-processor to file local variables in uTop_main as a proof of concept

Ignore-this: 930ca27ff89052f1d8d42e0f7d01fd88

darcs-hash:20120731235039-33bd9-bcc756ab753b24f1f776442a4276609e0d051e89
This commit is contained in:
wojciech.meyer 2012-08-01 01:50:39 +02:00
parent 272f6f5c29
commit 63bf082195
1 changed files with 2 additions and 1 deletions

View File

@ -869,5 +869,6 @@ let main () =
exit 2
(* Local variables: *)
(* utop-package-list: ("camlp4" "camomile" "lwt" "lwt.react" "lwt.syntax" "lambda-term" "zed") *)
(* utop-package-list: ("camomile" "lwt" "lwt.react" "lwt.syntax" "lambda-term" "zed") *)
(* utop-ocaml-preprocessor: "camlp4o" *)
(* End: *)