summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-04-18 14:47:46 +0200
committerBastien Guerry <bzg@altern.org>2014-04-18 14:47:46 +0200
commitc9a8659cb6fcb2e8d8569298d8688c283e8e8f16 (patch)
tree850afbf6495a4307c13db388824d569bec1bbe6c
parent64eea693ae0c019463218a1102a38372addc29af (diff)
downloadorg-mode-c9a8659cb6fcb2e8d8569298d8688c283e8e8f16.tar.gz
ob-ocaml.el (org-babel-execute:ocaml): Code cleanup
* ob-ocaml.el (org-babel-execute:ocaml): Code cleanup.
-rw-r--r--lisp/ob-ocaml.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el
index 7f0e298..2439150 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)