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

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

[nongnu] elpa/haskell-tng-mode 2050c16 323/385: bad parameter order


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 2050c16 323/385: bad parameter order
Date: Tue, 5 Oct 2021 23:59:57 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 2050c16185d48f70ff445a0bed68a45be3fe47e6
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    bad parameter order
---
 haskell-tng-util.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-util.el b/haskell-tng-util.el
index b501639..30a6edb 100644
--- a/haskell-tng-util.el
+++ b/haskell-tng-util.el
@@ -164,7 +164,7 @@ RESET deletes the cache if it exists."
         (haskell-tng--util-read cache-file)
       (unless no-work
         (when-let (result (funcall work))
-          (haskell-tng--util-write result cache-file)
+          (haskell-tng--util-write cache-file result)
           result)))))
 
 (defun haskell-tng--util-read (file)



reply via email to

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