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
commitff042cd1880cf793e9497b4b85953ca97d9b409c (patch)
tree4923c48f77fb8424f1d1a96be73cd8faedb0bf09 /c-init.el
parent3f5c6d75c9f0bb6a8d8fbb25c556ad594db8bd24 (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