Skip to content

Commit 7972207

Browse files
committed
Merge pull request #1140 from bergey/pr-switch-back-from-process-load
Use `haskell-interactive-switch` in process-load
2 parents 884d97a + c8153ea commit 7972207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-interactive-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ FILE-NAME only."
519519
(with-current-buffer buffer
520520
(haskell-interactive-mode)
521521
(haskell-session-assign s))
522-
(switch-to-buffer-other-window buffer)
522+
(haskell-interactive-switch)
523523
buffer))))
524524

525525
(defun haskell-process-cabal-live (state buffer)

0 commit comments

Comments
 (0)