소스 검색

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

* ob-ocaml.el (org-babel-execute:ocaml): Code cleanup.
Bastien Guerry 11 년 전
부모
커밋
c9a8659cb6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lisp/ob-ocaml.el

+ 2 - 1
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)