summaryrefslogtreecommitdiffstats
path: root/Misc/ccpy-style.el
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r--Misc/ccpy-style.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el
index 42297b3..c1cdd7b 100644
--- a/Misc/ccpy-style.el
+++ b/Misc/ccpy-style.el
@@ -27,8 +27,8 @@
(defconst python-cc-style
'((indent-tabs-mode . t)
(c-basic-offset . 8)
- (c-offset-alist . ((substatement-open . 0)
- ))
+ (c-offsets-alist . ((substatement-open . 0)
+ ))
)
"Standard Python C coding style.")