diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 7f0e2984c..24391504e 100644 --- a/lisp/ob-ocaml.el +++ b/lisp/ob-ocaml.el @@ -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)