mirror of https://github.com/python/cpython.git
Added a provide so the corresponding require will succeed.
This commit is contained in:
parent
924e5d55b7
commit
1d75734608
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue