diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 16:29:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 16:29:21 (GMT) |
commit | 1d75734608d7494468937f56948d04cdca5c8c4c (patch) | |
tree | 2a955fe56378242b2ff47c602fc2774bc1b1ed10 /Misc/ccpy-style.el | |
parent | 924e5d55b7c46e5c370365f93240808c9c338d66 (diff) | |
download | cpython-1d75734608d7494468937f56948d04cdca5c8c4c.zip cpython-1d75734608d7494468937f56948d04cdca5c8c4c.tar.gz cpython-1d75734608d7494468937f56948d04cdca5c8c4c.tar.bz2 |
Added a provide so the corresponding require will succeed.
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r-- | Misc/ccpy-style.el | 3 |
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 |