ghc-import-module is not called from a hook now.
This commit is contained in:
parent
067d3b7535
commit
b873784424
@ -237,8 +237,7 @@ unloaded modules are loaded")
|
||||
|
||||
(defun ghc-import-module ()
|
||||
(interactive)
|
||||
(when (eq major-mode 'haskell-mode)
|
||||
(ghc-load-module-buffer)))
|
||||
(ghc-load-module-buffer))
|
||||
|
||||
(defun ghc-unloaded-modules (mods)
|
||||
(ghc-filter (lambda (mod)
|
||||
|
Loading…
Reference in New Issue
Block a user