removing Debug.Trace.

This commit is contained in:
Kazu Yamamoto
2010-03-10 12:02:14 +09:00
parent 46e84b59e2
commit a7c09d35b0
3 changed files with 0 additions and 10 deletions

View File

@@ -15,4 +15,3 @@ $(TEMPFILE):
clean:
rm -f *.elc $(TEMPFILE)

View File

@@ -43,6 +43,3 @@
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
(ghc-comp-init)
(setq ghc-initialized t)))