]> granicus.if.org Git - python/commitdiff
Added a provide so the corresponding require will succeed.
authorBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 16:29:21 +0000 (16:29 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 16:29:21 +0000 (16:29 +0000)
Misc/ccpy-style.el

index 4dc1f4265f79a11176d9960f984b6734890a88bd..42297b3b9a571f041707d7d6b04a20e1d3519d32 100644 (file)
@@ -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