diff -r 886afd628fa2 -r 14679e8ab2ae c-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