Skip to content

Commit

Permalink
Add missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldus authored and gracjan committed Jun 5, 2015
1 parent 84686e3 commit a47b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ modified message MSG to echo area."
(if haskell-process-use-presentation-mode
(let ((session (haskell-process-session (haskell-interactive-process))))
(haskell-present session msg))
(let (m (haskell-utils-reduce-string msg))
(let ((m (haskell-utils-reduce-string msg)))
(message m))))

(defun haskell-utils-async-update-post-command-flag ()
Expand Down

0 comments on commit a47b437

Please sign in to comment.