From 1d75734608d7494468937f56948d04cdca5c8c4c Mon Sep 17 00:00:00 2001
From: Barry Warsaw <barry@python.org>
Date: Tue, 10 Dec 1996 16:29:21 +0000
Subject: Added a provide so the corresponding require will succeed.

---
 Misc/ccpy-style.el | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
cgit v0.12