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

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

[elpa] externals/org eed3ac9f78 8/9: * lisp/ob-haskell.el (inferior-hask


From: ELPA Syncer
Subject: [elpa] externals/org eed3ac9f78 8/9: * lisp/ob-haskell.el (inferior-haskell-root-dir): Declare external variable
Date: Fri, 8 Sep 2023 06:58:54 -0400 (EDT)

branch: externals/org
commit eed3ac9f780ebce068ce883a5ee394fa96688d41
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ob-haskell.el (inferior-haskell-root-dir): Declare external variable
---
 lisp/ob-haskell.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el
index 8f6d5aebd3..a9b394e840 100644
--- a/lisp/ob-haskell.el
+++ b/lisp/ob-haskell.el
@@ -216,6 +216,7 @@ Return the value of the last form of BODY."
 
 ;; Variable defined in inf-haskell (haskell-mode package).
 (defvar inferior-haskell-buffer)
+(defvar inferior-haskell-root-dir)
 
 (defun org-babel-haskell-initiate-session (&optional session-name _params)
   "Initiate a haskell session.



reply via email to

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