From f9e912e42514ea78af8db7dc6ce94a4b5f805b43 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 16 Jun 2014 10:21:15 +0900 Subject: [PATCH] fix #271 --- elisp/ghc-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-doc.el b/elisp/ghc-doc.el index f3f1822..cfb5e61 100644 --- a/elisp/ghc-doc.el +++ b/elisp/ghc-doc.el @@ -31,7 +31,7 @@ (defun ghc-resolve-document-path (mod) (with-temp-buffer - (ghc-call-process "ghc-mod" nil t nil "doc" mod) + (ghc-call-process ghc-module-command nil t nil "doc" mod) (goto-char (point-min)) (when (looking-at "^\\([^ ]+\\)-\\([0-9]*\\(\\.[0-9]+\\)*\\) \\(.*\\)$") (ghc-make-pkg-ver-path