src.nth.io/

summaryrefslogtreecommitdiff
path: root/c-init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2011-06-05 17:40:33 -0500
committerLuke Hoersten <[email protected]>2011-06-05 17:40:33 -0500
commitdd666cf9b9555789af09f28e8c1799bf1c741202 (patch)
tree4923c48f77fb8424f1d1a96be73cd8faedb0bf09 /c-init.el
parent4c38868b96e32cb8d0e9b0b7b4cd7901b9d91a5e (diff)
Fixed proved/require bugs.
Diffstat (limited to 'c-init.el')
-rw-r--r--c-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-init.el b/c-init.el
index 04a4b84..768fdc3 100644
--- a/c-init.el
+++ b/c-init.el
@@ -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