Fixed proved/require bugs.
authorLuke Hoersten <Luke@Hoersten.org>
Sun, 05 Jun 2011 17:40:33 -0500
changeset 41 14679e8ab2ae
parent 40 886afd628fa2
child 42 ade8c2cc1b04
Fixed proved/require bugs.
c-init.el
haskell-init.el
--- a/c-init.el	Wed May 18 09:30:28 2011 -0500
+++ b/c-init.el	Sun Jun 05 17:40:33 2011 -0500
@@ -47,4 +47,4 @@
 (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode))
 
 (message "Loading C hook...done")
-(provide 'c-hook)
\ No newline at end of file
+(provide 'c-init)
\ No newline at end of file
--- a/haskell-init.el	Wed May 18 09:30:28 2011 -0500
+++ b/haskell-init.el	Sun Jun 05 17:40:33 2011 -0500
@@ -25,3 +25,4 @@
     haskell-indent-offset 4
     whitespace-line-column 78))
  t) ; append instead of prepend else haskell-mode overwrites these settings
+(provide 'haskell-init)
\ No newline at end of file