summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-12 22:57:05 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-12 22:57:05 (GMT)
commiteb14d61e283330af2304f5a5a6e035f797fc1080 (patch)
tree19a36017c728e6fefbd3cad6aad25ed931352922
parentc2feec3378f6a5b07812ebce4dc37842e2c3845a (diff)
downloadcpython-eb14d61e283330af2304f5a5a6e035f797fc1080.zip
cpython-eb14d61e283330af2304f5a5a6e035f797fc1080.tar.gz
cpython-eb14d61e283330af2304f5a5a6e035f797fc1080.tar.bz2
(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"
-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.")