Skip to content

Commit

Permalink
Merge pull request #1140 from bergey/pr-switch-back-from-process-load
Browse files Browse the repository at this point in the history
Use `haskell-interactive-switch` in process-load
  • Loading branch information
gracjan committed Feb 7, 2016
2 parents 884d97a + c8153ea commit 7972207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-interactive-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ FILE-NAME only."
(with-current-buffer buffer
(haskell-interactive-mode)
(haskell-session-assign s))
(switch-to-buffer-other-window buffer)
(haskell-interactive-switch)
buffer))))

(defun haskell-process-cabal-live (state buffer)
Expand Down

0 comments on commit 7972207

Please sign in to comment.