From a5746be9271b81b1d7ba5d43e0a7728bac3b30f1 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 23 Jan 2012 18:37:50 +0900 Subject: [PATCH] cosmetic change. --- elisp/ghc-comp.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index 9cc7e7d..a4d59d2 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -65,16 +65,16 @@ unloaded modules are loaded") (defun ghc-comp-init () (let* ((syms '(ghc-module-names - ghc-language-extensions - ghc-option-flags - ghc-keyword-Prelude - ghc-keyword-Control.Applicative - ghc-keyword-Control.Monad - ghc-keyword-Control.Exception - ghc-keyword-Data.Char - ghc-keyword-Data.List - ghc-keyword-Data.Maybe - ghc-keyword-System.IO)) + ghc-language-extensions + ghc-option-flags + ghc-keyword-Prelude + ghc-keyword-Control.Applicative + ghc-keyword-Control.Monad + ghc-keyword-Control.Exception + ghc-keyword-Data.Char + ghc-keyword-Data.List + ghc-keyword-Data.Maybe + ghc-keyword-System.IO)) (vals (ghc-boot (length syms)))) (ghc-set syms vals)) (ghc-add ghc-module-names "qualified")