Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jyp committed Oct 15, 2022
1 parent e3a78ef commit 7ac5feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dante.el
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ This is a standard process sentinel function."
(if (eq (buffer-local-value 'dante-state buffer) 'deleting)
(message "GHCi process deleted.")
(with-current-buffer buffer (setq dante-state 'dead))
(dante-show-process-problem process change)))))
(dante-show-process-problem buffer change)))))

(defun dante-diagnose ()
"Show all state info in a help buffer."
Expand Down

0 comments on commit 7ac5feb

Please sign in to comment.