From 7df7ce4c93f9eb277f0c5335a7e0786a8d6e4ea6 Mon Sep 17 00:00:00 2001 From: Gregor Riegler Date: Tue, 13 Oct 2015 14:53:35 +0200 Subject: [PATCH] haskell-process-file-loadish needs the current buffer as an argument to show the reload message. --- haskell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell.el b/haskell.el index 88a4b1003..728bdab4e 100644 --- a/haskell.el +++ b/haskell.el @@ -398,7 +398,7 @@ If `haskell-process-load-or-reload-prompt' is nil, accept `default'." (interactive) (save-buffer) (haskell-interactive-mode-reset-error (haskell-session)) - (haskell-process-file-loadish "reload" t nil)) + (haskell-process-file-loadish "reload" t (current-buffer))) ;;;###autoload (defun haskell-process-load-or-reload (&optional toggle)