Skip to content

Commit 8c6662d

Browse files
committed
Merge pull request #698 from geraldus/show-type-at-hotfix
Add missing parentheses
2 parents 1ce8d66 + 27fb395 commit 8c6662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-commands.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ modified message MSG to echo area."
967967
(if haskell-process-use-presentation-mode
968968
(let ((session (haskell-process-session (haskell-interactive-process))))
969969
(haskell-present session msg))
970-
(let (m (haskell-utils-reduce-string msg))
970+
(let ((m (haskell-utils-reduce-string msg)))
971971
(message m))))
972972

973973
(defun haskell-utils-async-update-post-command-flag ()

0 commit comments

Comments
 (0)