emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 0de063a521 2/2: org-babel-interpret-haskell: Don't


From: ELPA Syncer
Subject: [elpa] externals/org 0de063a521 2/2: org-babel-interpret-haskell: Don't remove outputs that match inputs
Date: Mon, 7 Nov 2022 02:58:01 -0500 (EST)

branch: externals/org
commit 0de063a52181bd96ac9bf023454781f07c3353b3
Author: Bruno BARBIER <brubar.cs@gmail.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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'.
---
 lisp/ob-haskell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el
index d195dcf873..99e590bfb3 100644
--- a/lisp/ob-haskell.el
+++ b/lisp/ob-haskell.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]