diff -r cfdd7b253085 -r 6e66ab8d9185 c-init.el --- a/c-init.el Wed Jun 15 22:05:06 2011 -0500 +++ b/c-init.el Mon Oct 03 09:55:09 2011 -0500 @@ -46,5 +46,5 @@ (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode)) (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode)) -(message "Loading C hook...done") -(provide 'c-init) \ No newline at end of file +(message "Loading c-init...done") +(provide 'c-init)