diff options
Diffstat (limited to 'c-init.el')
| -rw-r--r-- | c-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
