From c9a8659cb6fcb2e8d8569298d8688c283e8e8f16 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 18 Apr 2014 14:47:46 +0200 Subject: [PATCH] ob-ocaml.el (org-babel-execute:ocaml): Code cleanup * ob-ocaml.el (org-babel-execute:ocaml): Code cleanup. --- lisp/ob-ocaml.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)