From dc9c2c7fce7da27fca8ac0c342b29ae2c32be87d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 12 May 2010 15:00:08 +0900 Subject: [PATCH] typo error fix. --- elisp/ghc-command.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-command.el b/elisp/ghc-command.el index 14da057..e62cb77 100644 --- a/elisp/ghc-command.el +++ b/elisp/ghc-command.el @@ -8,7 +8,7 @@ ;;; Code: -(provide 'ghc-flymake) +(require 'ghc-flymake) (defun ghc-insert-template () (interactive)