Skip to content

Commit a47b437

Browse files
geraldusgracjan
authored andcommitted
Add missing parentheses
1 parent 84686e3 commit a47b437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-commands.el

Lines changed: 1 addition & 1 deletion
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)