diff options
author | Barry Warsaw <barry@python.org> | 1996-12-12 22:57:05 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-12 22:57:05 (GMT) |
commit | eb14d61e283330af2304f5a5a6e035f797fc1080 (patch) | |
tree | 19a36017c728e6fefbd3cad6aad25ed931352922 /Misc/ccpy-style.el | |
parent | c2feec3378f6a5b07812ebce4dc37842e2c3845a (diff) | |
download | cpython-eb14d61e283330af2304f5a5a6e035f797fc1080.zip cpython-eb14d61e283330af2304f5a5a6e035f797fc1080.tar.gz cpython-eb14d61e283330af2304f5a5a6e035f797fc1080.tar.bz2 |
(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r-- | Misc/ccpy-style.el | 4 |
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.") |