From c22c3bafaed108c7dc82bb628163f8ea20b864be Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 17 Mar 2010 22:37:11 +0900 Subject: [PATCH] adding "qualified" and "hiding" --- elisp/ghc-comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index de336af..1a080ff 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -46,7 +46,7 @@ (defvar ghc-loaded-module nil) (defun ghc-comp-init () - (setq ghc-module-names (ghc-load-keyword "list")) + (setq ghc-module-names (cons "hiding" (cons "qualified" (ghc-load-keyword "list")))) (setq ghc-keyword-Prelude (ghc-load-keyword "browse" "Prelude")) (setq ghc-loaded-module '("Prelude")) (ghc-merge-keywords)