Skip to content

Commit

Permalink
Fix e reference in haskell-process.el
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jun 6, 2014
1 parent 55b9c7c commit c285ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ actual Emacs buffer of the module being loaded."
(haskell-process-import-modules process (car modules)))
(haskell-interactive-mode-compile-error session "Compilation failed.")
(when cont
(condition-case nil
(condition-case e
(funcall cont nil)
(error (message "%S" e))
(quit nil)))))))
Expand Down

0 comments on commit c285ee3

Please sign in to comment.