From: Barry Warsaw Date: Tue, 10 Dec 1996 16:29:21 +0000 (+0000) Subject: Added a provide so the corresponding require will succeed. X-Git-Tag: v1.5a1~812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d75734608d7494468937f56948d04cdca5c8c4c;p=thirdparty%2FPython%2Fcpython.git Added a provide so the corresponding require will succeed. --- diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 4dc1f4265f79..42297b3b9a57 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