From: Barry Warsaw Date: Thu, 12 Dec 1996 22:57:05 +0000 (+0000) Subject: (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" X-Git-Tag: v1.5a1~772 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb14d61e283330af2304f5a5a6e035f797fc1080;p=thirdparty%2FPython%2Fcpython.git (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" --- diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 42297b3b9a57..c1cdd7b873dd 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.")