ob-ocaml.el (org-babel-execute:ocaml): Code cleanup

* ob-ocaml.el (org-babel-execute:ocaml): Code cleanup.
This commit is contained in:
Bastien Guerry 2014-04-18 14:47:46 +02:00
parent 64eea693ae
commit c9a8659cb6
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@
(session org-babel-ocaml-eoe-output t full-body)
(insert
(concat
(org-babel-chomp full-body)";;\n"org-babel-ocaml-eoe-indicator))
(org-babel-chomp full-body) ";;\n"
org-babel-ocaml-eoe-indicator))
(tuareg-interactive-send-input)))
(clean
(car (let ((re (regexp-quote org-babel-ocaml-eoe-output)) out)