1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

org-babel-interpret-haskell: Don't remove outputs that match inputs

* lisp/ob-haskell.el (org-babel-interpret-haskell): Change the call to
`org-babel-comint-with-output'.
This commit is contained in:
Bruno BARBIER 2022-10-19 19:44:42 +02:00 committed by Ihor Radchenko
parent e3a7c01874
commit 0de063a521
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -136,7 +136,7 @@ a parameter, such as \"ghc -v\"."
(comint-preoutput-filter-functions
(cons 'ansi-color-filter-apply comint-preoutput-filter-functions))
(raw (org-babel-comint-with-output
(session org-babel-haskell-eoe t full-body)
(session org-babel-haskell-eoe nil full-body)
(insert (org-trim full-body))
(comint-send-input nil t)
(insert org-babel-haskell-eoe)