Commit 1d757346 authored by Barry Warsaw's avatar Barry Warsaw

Added a provide so the corresponding require will succeed.

parent 924e5d55
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment