summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/ccpy-style.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el
index 4dc1f42..42297b3 100644
--- a/Misc/ccpy-style.el
+++ b/Misc/ccpy-style.el
@@ -35,3 +35,6 @@
(require 'cc-mode)
(if (not (assoc "python" c-style-alist))
(c-add-style "python" python-cc-style))
+
+(provide 'ccpy-style)
+;;; ccpy-style.el ends here